Html Css Color HEX #A0EF66 Conifer

📋 copy color: '#A0EF66'

red 160 ◦ green 239 ◦ blue 102

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

Shades of Conifer #A0EF66

Tints of Conifer #A0EF66

RGB

 RED value IS 160 (62.89% from 255) = 31.94%

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

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

R = 31.94%
G = 47.7%
B = 20.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#A0EF66 (or 0xA0EF66) is known color: Conifer. HEX triplet: A0, EF and 66. RGB value is (160,239,102). Sum of RGB (Red+Green+Blue) = 160+239+102=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF66 is #5F1099. Grayscale: #C8C8C8. Windows color (decimal): -6230170 or 6746016. OLE color: 6746016.

HSL color Cylindrical-coordinate representation of color #A0EF66: hue angle of 94.6º 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 #A0EF66 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 102 -
CMYK 0.33 0 0.57 0.06
HSL 94.6º 0.81% 0.67% -
HSV(B) 94.6º 0.57% 0.94% -
XYZ 47.76 70.17 23.6 -
YUV 199.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 160 239 102 0.33 0 0.57 0.06 94.6 0.81 0.67
Hex A0 EF 66 21 0 39 6 5F 51 43
Octal 240 357 146 41 0 71 6 137 121 103
Binary 10100000 11101111 1100110 100001 0 111001 110 1011111 1010001 1000011

Color Harmonies of #A0EF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF66

Black with #A0EF66

Text Example


Text Example

White with #A0EF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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