Html Css Color HEX #ACF261 Conifer

📋 copy color: '#ACF261'

red 172 ◦ green 242 ◦ blue 97

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

Shades of Conifer #ACF261

Tints of Conifer #ACF261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.98%

R = 33.66%
G = 47.36%
B = 18.98%

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

#ACF261 (or 0xACF261) is known color: Conifer. HEX triplet: AC, F2 and 61. RGB value is (172,242,97). Sum of RGB (Red+Green+Blue) = 172+242+97=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF261 is #530D9E. Grayscale: #CDCDCD. Windows color (decimal): -5442975 or 6419116. OLE color: 6419116.

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

Color convert

RGB 172 242 97 -
CMYK 0.29 0 0.60 0.05
HSL 88.97º 0.85% 0.66% -
HSV(B) 88.97º 0.6% 0.95% -
XYZ 50.92 73.14 22.74 -
YUV 204.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 172 242 97 0.29 0 0.60 0.05 88.97 0.85 0.66
Hex AC F2 61 1D 0 3C 5 59 55 42
Octal 254 362 141 35 0 74 5 131 125 102
Binary 10101100 11110010 1100001 11101 0 111100 101 1011001 1010101 1000010

Color Harmonies of #ACF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF261

Black with #ACF261

Text Example


Text Example

White with #ACF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF261; }

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

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

background-color css

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

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

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

border-color css

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

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

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