Html Css Color HEX #ACF34A Conifer

📋 copy color: '#ACF34A'

red 172 ◦ green 243 ◦ blue 74

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

Shades of Conifer #ACF34A

Tints of Conifer #ACF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.69%

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 35.17%
G = 49.69%
B = 15.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ACF34A (or 0xACF34A) is known color: Conifer. HEX triplet: AC, F3 and 4A. RGB value is (172,243,74). Sum of RGB (Red+Green+Blue) = 172+243+74=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF34A is #530CB5. Grayscale: #CBCBCB. Windows color (decimal): -5442742 or 4912044. OLE color: 4912044.

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

Color convert

RGB 172 243 74 -
CMYK 0.29 0 0.70 0.05
HSL 85.21º 0.88% 0.62% -
HSV(B) 85.21º 0.7% 0.95% -
XYZ 50.3 73.37 17.99 -
YUV 202.51 55.48 106.24 -
System Red Green Blue C M Y K H S L
Decimal 172 243 74 0.29 0 0.70 0.05 85.21 0.88 0.62
Hex AC F3 4A 1D 0 46 5 55 58 3E
Octal 254 363 112 35 0 106 5 125 130 76
Binary 10101100 11110011 1001010 11101 0 1000110 101 1010101 1011000 111110

Color Harmonies of #ACF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF34A

Black with #ACF34A

Text Example


Text Example

White with #ACF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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