Html Css Color HEX #ACF24B Conifer

📋 copy color: '#ACF24B'

red 172 ◦ green 242 ◦ blue 75

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

Shades of Conifer #ACF24B

Tints of Conifer #ACF24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 35.17%
G = 49.49%
B = 15.34%

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

#ACF24B (or 0xACF24B) is known color: Conifer. HEX triplet: AC, F2 and 4B. RGB value is (172,242,75). Sum of RGB (Red+Green+Blue) = 172+242+75=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF24B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF24B is #530DB4. Grayscale: #CACACA. Windows color (decimal): -5442997 or 4977324. OLE color: 4977324.

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

Color convert

RGB 172 242 75 -
CMYK 0.29 0 0.69 0.05
HSL 85.15º 0.87% 0.62% -
HSV(B) 85.15º 0.69% 0.95% -
XYZ 50.04 72.78 18.07 -
YUV 202.03 56.31 106.58 -
System Red Green Blue C M Y K H S L
Decimal 172 242 75 0.29 0 0.69 0.05 85.15 0.87 0.62
Hex AC F2 4B 1D 0 45 5 55 57 3E
Octal 254 362 113 35 0 105 5 125 127 76
Binary 10101100 11110010 1001011 11101 0 1000101 101 1010101 1010111 111110

Color Harmonies of #ACF24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF24B

Black with #ACF24B

Text Example


Text Example

White with #ACF24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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