Html Css Color HEX #9AF076 Feijoa

📋 copy color: '#9AF076'

red 154 ◦ green 240 ◦ blue 118

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

Shades of Feijoa #9AF076

Tints of Feijoa #9AF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 30.08%
G = 46.88%
B = 23.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#9AF076 (or 0x9AF076) is known color: Feijoa. HEX triplet: 9A, F0 and 76. RGB value is (154,240,118). Sum of RGB (Red+Green+Blue) = 154+240+118=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF076 is #650F89. Grayscale: #C8C8C8. Windows color (decimal): -6623114 or 7794842. OLE color: 7794842.

HSL color Cylindrical-coordinate representation of color #9AF076: hue angle of 102.3º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF076 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 118 -
CMYK 0.36 0 0.51 0.06
HSL 102.3º 0.8% 0.7% -
HSV(B) 102.3º 0.51% 0.94% -
XYZ 47.76 70.5 28.23 -
YUV 200.38 81.51 94.92 -
System Red Green Blue C M Y K H S L
Decimal 154 240 118 0.36 0 0.51 0.06 102.3 0.8 0.7
Hex 9A F0 76 24 0 33 6 66 50 46
Octal 232 360 166 44 0 63 6 146 120 106
Binary 10011010 11110000 1110110 100100 0 110011 110 1100110 1010000 1000110

Color Harmonies of #9AF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF076

Black with #9AF076

Text Example


Text Example

White with #9AF076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,240,118); }

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

background-color css

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

 a { background-color: rgb(154,240,118); }

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

border-color css

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

 span { border-color: rgb(154,240,118); }

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