Html Css Color HEX #ACF264 Conifer

📋 copy color: '#ACF264'

red 172 ◦ green 242 ◦ blue 100

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

Shades of Conifer #ACF264

Tints of Conifer #ACF264

RGB

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

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

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

R = 33.46%
G = 47.08%
B = 19.46%

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

#ACF264 (or 0xACF264) is known color: Conifer. HEX triplet: AC, F2 and 64. RGB value is (172,242,100). Sum of RGB (Red+Green+Blue) = 172+242+100=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF264 is #530D9B. Grayscale: #CDCDCD. Windows color (decimal): -5442972 or 6615724. OLE color: 6615724.

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

Color convert

RGB 172 242 100 -
CMYK 0.29 0 0.59 0.05
HSL 89.58º 0.85% 0.67% -
HSV(B) 89.58º 0.59% 0.95% -
XYZ 51.07 73.2 23.49 -
YUV 204.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 172 242 100 0.29 0 0.59 0.05 89.58 0.85 0.67
Hex AC F2 64 1D 0 3B 5 5A 55 43
Octal 254 362 144 35 0 73 5 132 125 103
Binary 10101100 11110010 1100100 11101 0 111011 101 1011010 1010101 1000011

Color Harmonies of #ACF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF264

Black with #ACF264

Text Example


Text Example

White with #ACF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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