Html Css Color HEX #A8EA66 Conifer

📋 copy color: '#A8EA66'

red 168 ◦ green 234 ◦ blue 102

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

Shades of Conifer #A8EA66

Tints of Conifer #A8EA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 33.33%
G = 46.43%
B = 20.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#A8EA66 (or 0xA8EA66) is known color: Conifer. HEX triplet: A8, EA and 66. RGB value is (168,234,102). Sum of RGB (Red+Green+Blue) = 168+234+102=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA66 is #571599. Grayscale: #C7C7C7. Windows color (decimal): -5707162 or 6744744. OLE color: 6744744.

HSL color Cylindrical-coordinate representation of color #A8EA66: hue angle of 90º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8EA66 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 102 -
CMYK 0.28 0 0.56 0.08
HSL 90º 0.76% 0.66% -
HSV(B) 90º 0.56% 0.92% -
XYZ 47.97 68.13 23.19 -
YUV 199.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 168 234 102 0.28 0 0.56 0.08 90 0.76 0.66
Hex A8 EA 66 1C 0 38 8 5A 4C 42
Octal 250 352 146 34 0 70 10 132 114 102
Binary 10101000 11101010 1100110 11100 0 111000 1000 1011010 1001100 1000010

Color Harmonies of #A8EA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA66

Black with #A8EA66

Text Example


Text Example

White with #A8EA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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