Html Css Color HEX #ACF34C Conifer

📋 copy color: '#ACF34C'

red 172 ◦ green 243 ◦ blue 76

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

Shades of Conifer #ACF34C

Tints of Conifer #ACF34C

RGB

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

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

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

R = 35.03%
G = 49.49%
B = 15.48%

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

#ACF34C (or 0xACF34C) is known color: Conifer. HEX triplet: AC, F3 and 4C. RGB value is (172,243,76). Sum of RGB (Red+Green+Blue) = 172+243+76=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF34C is #530CB3. Grayscale: #CBCBCB. Windows color (decimal): -5442740 or 5043116. OLE color: 5043116.

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

Color convert

RGB 172 243 76 -
CMYK 0.29 0 0.69 0.05
HSL 85.51º 0.87% 0.63% -
HSV(B) 85.51º 0.69% 0.95% -
XYZ 50.37 73.39 18.35 -
YUV 202.73 56.48 106.08 -
System Red Green Blue C M Y K H S L
Decimal 172 243 76 0.29 0 0.69 0.05 85.51 0.87 0.63
Hex AC F3 4C 1D 0 45 5 56 57 3F
Octal 254 363 114 35 0 105 5 126 127 77
Binary 10101100 11110011 1001100 11101 0 1000101 101 1010110 1010111 111111

Color Harmonies of #ACF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF34C

Black with #ACF34C

Text Example


Text Example

White with #ACF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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