Html Css Color HEX #9AD866 Feijoa

📋 copy color: '#9AD866'

red 154 ◦ green 216 ◦ blue 102

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

Shades of Feijoa #9AD866

Tints of Feijoa #9AD866

RGB

 RED value IS 154 (60.55% from 255) = 32.63%

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 32.63%
G = 45.76%
B = 21.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9AD866 (or 0x9AD866) is known color: Feijoa. HEX triplet: 9A, D8 and 66. RGB value is (154,216,102). Sum of RGB (Red+Green+Blue) = 154+216+102=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD866 is #652799. Grayscale: #B8B8B8. Windows color (decimal): -6629274 or 6740122. OLE color: 6740122.

HSL color Cylindrical-coordinate representation of color #9AD866: hue angle of 92.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD866 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 102 -
CMYK 0.29 0 0.53 0.15
HSL 92.63º 0.59% 0.62% -
HSV(B) 92.63º 0.53% 0.85% -
XYZ 40.28 56.94 21.44 -
YUV 184.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 154 216 102 0.29 0 0.53 0.15 92.63 0.59 0.62
Hex 9A D8 66 1D 0 35 F 5D 3B 3E
Octal 232 330 146 35 0 65 17 135 73 76
Binary 10011010 11011000 1100110 11101 0 110101 1111 1011101 111011 111110

Color Harmonies of #9AD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD866

Black with #9AD866

Text Example


Text Example

White with #9AD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD866; }

 p { color: rgb(154,216,102); }

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

background-color css

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

 a { background-color: rgb(154,216,102); }

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

border-color css

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

 span { border-color: rgb(154,216,102); }

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