#A4EF4B

Color #A4EF4B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A4EF4B

Tints of Conifer #A4EF4B

Color information

#A4EF4B (or 0xA4EF4B) is unknown color: approx Conifer. HEX triplet: A4, EF and 4B. RGB value is (164,239,75). Sum of RGB (Red+Green+Blue) = 164+239+75=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4EF4B is #5B10B4. Grayscale: #C6C6C6. Windows color (decimal): -5968053 or 4976548. OLE color: 4976548.

HSL color Cylindrical-coordinate representation of color #A4EF4B: hue angle of 87.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4EF4B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB16423975-
CMYK0.3100.690.06
HSL87.44º83.67%61.57%-
HSV(B)87.44º68.62%93.73%-
XYZ47.4570.1317.69-
YUV197.8858.65103.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 15.69%
R=34.31%
G=50%
B=15.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164239750.3100.690.0687.4483.6761.57
HexA4EF4B1F045657543e
Octal244357113370105612712476
Binary10100100111011111001011111110100010111010101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EF4B; }

 p { color: rgb(164,239,75); }

 H1.HeaderClassName
 {
   color: #A4EF4B;
 }
 .AnyTagClassName
 {
   color: #A4EF4B;
 }
</style>
background-color css

<style>
 a { background-color: #A4EF4B; }

 a { background-color: rgb(164,239,75); }

 div.DivClassName
 {
   background-color: #A4EF4B;
 }
 .BgClassName
 {
   background-color: #A4EF4B;
 }
</style>
border-color css

<style>
 span { border-color: #A4EF4B; }

 span { border-color: rgb(164,239,75); }

 td.TdClassName
 {
   border-color: #A4EF4B;
 }
 .TagClassName
 {
   border-color: #A4EF4B;
 }
</style>