Html Css Color HEX #9AE96A Feijoa

📋 copy color: '#9AE96A'

red 154 ◦ green 233 ◦ blue 106

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

Shades of Feijoa #9AE96A

Tints of Feijoa #9AE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.26%

 BLUE value IS 106 (41.8% from 255) = 21.5%

R = 31.24%
G = 47.26%
B = 21.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#9AE96A (or 0x9AE96A) is known color: Feijoa. HEX triplet: 9A, E9 and 6A. RGB value is (154,233,106). Sum of RGB (Red+Green+Blue) = 154+233+106=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE96A is #651695. Grayscale: #C3C3C3. Windows color (decimal): -6624918 or 7006618. OLE color: 7006618.

HSL color Cylindrical-coordinate representation of color #9AE96A: hue angle of 97.32º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AE96A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 233 106 -
CMYK 0.34 0 0.55 0.09
HSL 97.32º 0.74% 0.66% -
HSV(B) 97.32º 0.55% 0.91% -
XYZ 45.07 66.19 24.04 -
YUV 194.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 154 233 106 0.34 0 0.55 0.09 97.32 0.74 0.66
Hex 9A E9 6A 22 0 37 9 61 4A 42
Octal 232 351 152 42 0 67 11 141 112 102
Binary 10011010 11101001 1101010 100010 0 110111 1001 1100001 1001010 1000010

Color Harmonies of #9AE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE96A

Black with #9AE96A

Text Example


Text Example

White with #9AE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,233,106); }

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

background-color css

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

 a { background-color: rgb(154,233,106); }

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

border-color css

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

 span { border-color: rgb(154,233,106); }

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