Html Css Color HEX #9AE464 Feijoa

📋 copy color: '#9AE464'

red 154 ◦ green 228 ◦ blue 100

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

Shades of Feijoa #9AE464

Tints of Feijoa #9AE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.3%

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 31.95%
G = 47.3%
B = 20.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#9AE464 (or 0x9AE464) is known color: Feijoa. HEX triplet: 9A, E4 and 64. RGB value is (154,228,100). Sum of RGB (Red+Green+Blue) = 154+228+100=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE464 is #651B9B. Grayscale: #BFBFBF. Windows color (decimal): -6626204 or 6612122. OLE color: 6612122.

HSL color Cylindrical-coordinate representation of color #9AE464: hue angle of 94.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AE464 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 228 100 -
CMYK 0.32 0 0.56 0.11
HSL 94.69º 0.7% 0.64% -
HSV(B) 94.69º 0.56% 0.89% -
XYZ 43.37 63.28 21.98 -
YUV 191.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 154 228 100 0.32 0 0.56 0.11 94.69 0.7 0.64
Hex 9A E4 64 20 0 38 B 5F 46 40
Octal 232 344 144 40 0 70 13 137 106 100
Binary 10011010 11100100 1100100 100000 0 111000 1011 1011111 1000110 1000000

Color Harmonies of #9AE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE464

Black with #9AE464

Text Example


Text Example

White with #9AE464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,228,100); }

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

background-color css

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

 a { background-color: rgb(154,228,100); }

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

border-color css

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

 span { border-color: rgb(154,228,100); }

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