Html Css Color HEX #9AF865 Feijoa

📋 copy color: '#9AF865'

red 154 ◦ green 248 ◦ blue 101

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

Shades of Feijoa #9AF865

Tints of Feijoa #9AF865

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 30.62%
G = 49.3%
B = 20.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#9AF865 (or 0x9AF865) is known color: Feijoa. HEX triplet: 9A, F8 and 65. RGB value is (154,248,101). Sum of RGB (Red+Green+Blue) = 154+248+101=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF865 is #65079A. Grayscale: #CBCBCB. Windows color (decimal): -6621083 or 6682778. OLE color: 6682778.

HSL color Cylindrical-coordinate representation of color #9AF865: hue angle of 98.37º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AF865 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 101 -
CMYK 0.38 0 0.59 0.03
HSL 98.37º 0.91% 0.68% -
HSV(B) 98.37º 0.59% 0.97% -
XYZ 49.24 74.94 24.18 -
YUV 203.14 70.36 92.95 -
System Red Green Blue C M Y K H S L
Decimal 154 248 101 0.38 0 0.59 0.03 98.37 0.91 0.68
Hex 9A F8 65 26 0 3B 3 62 5B 44
Octal 232 370 145 46 0 73 3 142 133 104
Binary 10011010 11111000 1100101 100110 0 111011 11 1100010 1011011 1000100

Color Harmonies of #9AF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF865

Black with #9AF865

Text Example


Text Example

White with #9AF865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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