Html Css Color HEX #ACF24C Conifer

📋 copy color: '#ACF24C'

red 172 ◦ green 242 ◦ blue 76

#ACF24C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACF24C

Tints of Conifer #ACF24C

RGB

 RED value IS 172 (67.58% from 255) = 35.1%

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 35.1%
G = 49.39%
B = 15.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#ACF24C (or 0xACF24C) is known color: Conifer. HEX triplet: AC, F2 and 4C. RGB value is (172,242,76). Sum of RGB (Red+Green+Blue) = 172+242+76=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF24C is #530DB3. Grayscale: #CACACA. Windows color (decimal): -5442996 or 5042860. OLE color: 5042860.

HSL color Cylindrical-coordinate representation of color #ACF24C: hue angle of 85.3º degrees, saturation: 0.86, 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 #ACF24C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 76 -
CMYK 0.29 0 0.69 0.05
HSL 85.3º 0.86% 0.62% -
HSV(B) 85.3º 0.69% 0.95% -
XYZ 50.07 72.8 18.25 -
YUV 202.15 56.81 106.5 -
System Red Green Blue C M Y K H S L
Decimal 172 242 76 0.29 0 0.69 0.05 85.3 0.86 0.62
Hex AC F2 4C 1D 0 45 5 55 56 3E
Octal 254 362 114 35 0 105 5 125 126 76
Binary 10101100 11110010 1001100 11101 0 1000101 101 1010101 1010110 111110

Color Harmonies of #ACF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF24C

Black with #ACF24C

Text Example


Text Example

White with #ACF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF24C; }

 p { color: rgb(172,242,76); }

 H1.HeaderClassName
 {
   color: #ACF24C;
 }
 .AnyTagClassName
 {
   color: #ACF24C;
 }
</style>

background-color css

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

 a { background-color: rgb(172,242,76); }

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

border-color css

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

 span { border-color: rgb(172,242,76); }

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