#ACF34B

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

Shades of Conifer #ACF34B

Tints of Conifer #ACF34B

Color information

#ACF34B (or 0xACF34B) is unknown color: approx Conifer. HEX triplet: AC, F3 and 4B. RGB value is (172,243,75). Sum of RGB (Red+Green+Blue) = 172+243+75=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF34B is #530CB4. Grayscale: #CBCBCB. Windows color (decimal): -5442741 or 4977580. OLE color: 4977580.

HSL color Cylindrical-coordinate representation of color #ACF34B: hue angle of 85.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF34B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB17224375-
CMYK0.2900.690.05
HSL85.36º87.5%62.35%-
HSV(B)85.36º69.14%95.29%-
XYZ50.3373.3818.17-
YUV202.6255.98106.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 75 (29.69% from 255) = 15.31%
R=35.10%
G=49.59%
B=15.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172243750.2900.690.0585.3687.562.35
HexACF34B1D045555583e
Octal254363113350105512513076
Binary10101100111100111001011111010100010110110101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF34B; }

 p { color: rgb(172,243,75); }

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

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

 a { background-color: rgb(172,243,75); }

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

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

 span { border-color: rgb(172,243,75); }

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