Html Css Color HEX #ACF260 Conifer

📋 copy color: '#ACF260'

red 172 ◦ green 242 ◦ blue 96

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

Shades of Conifer #ACF260

Tints of Conifer #ACF260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 33.73%
G = 47.45%
B = 18.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#ACF260 (or 0xACF260) is known color: Conifer. HEX triplet: AC, F2 and 60. RGB value is (172,242,96). Sum of RGB (Red+Green+Blue) = 172+242+96=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF260 is #530D9F. Grayscale: #CCCCCC. Windows color (decimal): -5442976 or 6353580. OLE color: 6353580.

HSL color Cylindrical-coordinate representation of color #ACF260: hue angle of 88.77º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF260 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 96 -
CMYK 0.29 0 0.60 0.05
HSL 88.77º 0.85% 0.66% -
HSV(B) 88.77º 0.6% 0.95% -
XYZ 50.88 73.12 22.5 -
YUV 204.43 66.81 104.87 -
System Red Green Blue C M Y K H S L
Decimal 172 242 96 0.29 0 0.60 0.05 88.77 0.85 0.66
Hex AC F2 60 1D 0 3C 5 59 55 42
Octal 254 362 140 35 0 74 5 131 125 102
Binary 10101100 11110010 1100000 11101 0 111100 101 1011001 1010101 1000010

Color Harmonies of #ACF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF260

Black with #ACF260

Text Example


Text Example

White with #ACF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF260; }

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

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

background-color css

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

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

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

border-color css

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

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

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