Html Css Color HEX #ACF364 Conifer

📋 copy color: '#ACF364'

red 172 ◦ green 243 ◦ blue 100

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

Shades of Conifer #ACF364

Tints of Conifer #ACF364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.42%

R = 33.4%
G = 47.18%
B = 19.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#ACF364 (or 0xACF364) is known color: Conifer. HEX triplet: AC, F3 and 64. RGB value is (172,243,100). Sum of RGB (Red+Green+Blue) = 172+243+100=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF364 is #530C9B. Grayscale: #CDCDCD. Windows color (decimal): -5442716 or 6615980. OLE color: 6615980.

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

Color convert

RGB 172 243 100 -
CMYK 0.29 0 0.59 0.05
HSL 89.79º 0.86% 0.67% -
HSV(B) 89.79º 0.59% 0.95% -
XYZ 51.36 73.79 23.59 -
YUV 205.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 172 243 100 0.29 0 0.59 0.05 89.79 0.86 0.67
Hex AC F3 64 1D 0 3B 5 5A 56 43
Octal 254 363 144 35 0 73 5 132 126 103
Binary 10101100 11110011 1100100 11101 0 111011 101 1011010 1010110 1000011

Color Harmonies of #ACF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF364

Black with #ACF364

Text Example


Text Example

White with #ACF364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF364; }

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

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

background-color css

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

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

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

border-color css

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

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

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