Html Css Color HEX #A8EC66 Conifer

📋 copy color: '#A8EC66'

red 168 ◦ green 236 ◦ blue 102

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

Shades of Conifer #A8EC66

Tints of Conifer #A8EC66

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

 GREEN value IS 236 (92.58% from 255) = 46.64%

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

R = 33.2%
G = 46.64%
B = 20.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#A8EC66 (or 0xA8EC66) is known color: Conifer. HEX triplet: A8, EC and 66. RGB value is (168,236,102). Sum of RGB (Red+Green+Blue) = 168+236+102=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC66 is #571399. Grayscale: #C8C8C8. Windows color (decimal): -5706650 or 6745256. OLE color: 6745256.

HSL color Cylindrical-coordinate representation of color #A8EC66: hue angle of 90.45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8EC66 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 102 -
CMYK 0.29 0 0.57 0.07
HSL 90.45º 0.78% 0.66% -
HSV(B) 90.45º 0.57% 0.93% -
XYZ 48.54 69.28 23.38 -
YUV 200.39 72.47 104.9 -
System Red Green Blue C M Y K H S L
Decimal 168 236 102 0.29 0 0.57 0.07 90.45 0.78 0.66
Hex A8 EC 66 1D 0 39 7 5A 4E 42
Octal 250 354 146 35 0 71 7 132 116 102
Binary 10101000 11101100 1100110 11101 0 111001 111 1011010 1001110 1000010

Color Harmonies of #A8EC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC66

Black with #A8EC66

Text Example


Text Example

White with #A8EC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC66; }

 p { color: rgb(168,236,102); }

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

background-color css

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

 a { background-color: rgb(168,236,102); }

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

border-color css

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

 span { border-color: rgb(168,236,102); }

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