Html Css Color HEX #A8EF66 Conifer

📋 copy color: '#A8EF66'

red 168 ◦ green 239 ◦ blue 102

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

Shades of Conifer #A8EF66

Tints of Conifer #A8EF66

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 33.01%
G = 46.95%
B = 20.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#A8EF66 (or 0xA8EF66) is known color: Conifer. HEX triplet: A8, EF and 66. RGB value is (168,239,102). Sum of RGB (Red+Green+Blue) = 168+239+102=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF66 is #571099. Grayscale: #CACACA. Windows color (decimal): -5705882 or 6746024. OLE color: 6746024.

HSL color Cylindrical-coordinate representation of color #A8EF66: hue angle of 91.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8EF66 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 102 -
CMYK 0.30 0 0.57 0.06
HSL 91.09º 0.81% 0.67% -
HSV(B) 91.09º 0.57% 0.94% -
XYZ 49.41 71.02 23.67 -
YUV 202.15 71.48 103.64 -
System Red Green Blue C M Y K H S L
Decimal 168 239 102 0.30 0 0.57 0.06 91.09 0.81 0.67
Hex A8 EF 66 1E 0 39 6 5B 51 43
Octal 250 357 146 36 0 71 6 133 121 103
Binary 10101000 11101111 1100110 11110 0 111001 110 1011011 1010001 1000011

Color Harmonies of #A8EF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF66

Black with #A8EF66

Text Example


Text Example

White with #A8EF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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