Html Css Color HEX #ACF269 Conifer

📋 copy color: '#ACF269'

red 172 ◦ green 242 ◦ blue 105

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

Shades of Conifer #ACF269

Tints of Conifer #ACF269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.23%

R = 33.14%
G = 46.63%
B = 20.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#ACF269 (or 0xACF269) is known color: Conifer. HEX triplet: AC, F2 and 69. RGB value is (172,242,105). Sum of RGB (Red+Green+Blue) = 172+242+105=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF269 is #530D96. Grayscale: #CDCDCD. Windows color (decimal): -5442967 or 6943404. OLE color: 6943404.

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

Color convert

RGB 172 242 105 -
CMYK 0.29 0 0.57 0.05
HSL 90.66º 0.84% 0.68% -
HSV(B) 90.66º 0.57% 0.95% -
XYZ 51.32 73.29 24.81 -
YUV 205.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 172 242 105 0.29 0 0.57 0.05 90.66 0.84 0.68
Hex AC F2 69 1D 0 39 5 5B 54 44
Octal 254 362 151 35 0 71 5 133 124 104
Binary 10101100 11110010 1101001 11101 0 111001 101 1011011 1010100 1000100

Color Harmonies of #ACF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF269

Black with #ACF269

Text Example


Text Example

White with #ACF269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF269; }

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

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

background-color css

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

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

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

border-color css

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

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

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