Html Css Color HEX #ACF266 Conifer

📋 copy color: '#ACF266'

red 172 ◦ green 242 ◦ blue 102

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

Shades of Conifer #ACF266

Tints of Conifer #ACF266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.77%

R = 33.33%
G = 46.9%
B = 19.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#ACF266 (or 0xACF266) is known color: Conifer. HEX triplet: AC, F2 and 66. RGB value is (172,242,102). Sum of RGB (Red+Green+Blue) = 172+242+102=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF266 is #530D99. Grayscale: #CDCDCD. Windows color (decimal): -5442970 or 6746796. OLE color: 6746796.

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

Color convert

RGB 172 242 102 -
CMYK 0.29 0 0.58 0.05
HSL 90º 0.84% 0.67% -
HSV(B) 90º 0.58% 0.95% -
XYZ 51.16 73.23 24.01 -
YUV 205.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 172 242 102 0.29 0 0.58 0.05 90 0.84 0.67
Hex AC F2 66 1D 0 3A 5 5A 54 43
Octal 254 362 146 35 0 72 5 132 124 103
Binary 10101100 11110010 1100110 11101 0 111010 101 1011010 1010100 1000011

Color Harmonies of #ACF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF266

Black with #ACF266

Text Example


Text Example

White with #ACF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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