Html Css Color HEX #9AE465 Feijoa

📋 copy color: '#9AE465'

red 154 ◦ green 228 ◦ blue 101

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

Shades of Feijoa #9AE465

Tints of Feijoa #9AE465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 31.88%
G = 47.2%
B = 20.91%

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

#9AE465 (or 0x9AE465) is known color: Feijoa. HEX triplet: 9A, E4 and 65. RGB value is (154,228,101). Sum of RGB (Red+Green+Blue) = 154+228+101=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE465 is #651B9A. Grayscale: #BFBFBF. Windows color (decimal): -6626203 or 6677658. OLE color: 6677658.

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

Color convert

RGB 154 228 101 -
CMYK 0.32 0 0.56 0.11
HSL 94.96º 0.7% 0.65% -
HSV(B) 94.96º 0.56% 0.89% -
XYZ 43.42 63.3 22.24 -
YUV 191.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 154 228 101 0.32 0 0.56 0.11 94.96 0.7 0.65
Hex 9A E4 65 20 0 38 B 5F 46 41
Octal 232 344 145 40 0 70 13 137 106 101
Binary 10011010 11100100 1100101 100000 0 111000 1011 1011111 1000110 1000001

Color Harmonies of #9AE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE465

Black with #9AE465

Text Example


Text Example

White with #9AE465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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