Html Css Color HEX #9AF866 Feijoa

📋 copy color: '#9AF866'

red 154 ◦ green 248 ◦ blue 102

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

Shades of Feijoa #9AF866

Tints of Feijoa #9AF866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 30.56%
G = 49.21%
B = 20.24%

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

#9AF866 (or 0x9AF866) is known color: Feijoa. HEX triplet: 9A, F8 and 66. RGB value is (154,248,102). Sum of RGB (Red+Green+Blue) = 154+248+102=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF866 is #650799. Grayscale: #CBCBCB. Windows color (decimal): -6621082 or 6748314. OLE color: 6748314.

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

Color convert

RGB 154 248 102 -
CMYK 0.38 0 0.59 0.03
HSL 98.63º 0.91% 0.69% -
HSV(B) 98.63º 0.59% 0.97% -
XYZ 49.29 74.96 24.44 -
YUV 203.25 70.86 92.87 -
System Red Green Blue C M Y K H S L
Decimal 154 248 102 0.38 0 0.59 0.03 98.63 0.91 0.69
Hex 9A F8 66 26 0 3B 3 63 5B 45
Octal 232 370 146 46 0 73 3 143 133 105
Binary 10011010 11111000 1100110 100110 0 111011 11 1100011 1011011 1000101

Color Harmonies of #9AF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF866

Black with #9AF866

Text Example


Text Example

White with #9AF866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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