Html Css Color HEX #9AF864 Feijoa

📋 copy color: '#9AF864'

red 154 ◦ green 248 ◦ blue 100

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

Shades of Feijoa #9AF864

Tints of Feijoa #9AF864

RGB

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

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

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

R = 30.68%
G = 49.4%
B = 19.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#9AF864 (or 0x9AF864) is known color: Feijoa. HEX triplet: 9A, F8 and 64. RGB value is (154,248,100). Sum of RGB (Red+Green+Blue) = 154+248+100=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF864 is #65079B. Grayscale: #CBCBCB. Windows color (decimal): -6621084 or 6617242. OLE color: 6617242.

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

Color convert

RGB 154 248 100 -
CMYK 0.38 0 0.60 0.03
HSL 98.11º 0.91% 0.68% -
HSV(B) 98.11º 0.6% 0.97% -
XYZ 49.19 74.92 23.93 -
YUV 203.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 154 248 100 0.38 0 0.60 0.03 98.11 0.91 0.68
Hex 9A F8 64 26 0 3C 3 62 5B 44
Octal 232 370 144 46 0 74 3 142 133 104
Binary 10011010 11111000 1100100 100110 0 111100 11 1100010 1011011 1000100

Color Harmonies of #9AF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF864

Black with #9AF864

Text Example


Text Example

White with #9AF864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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