Html Css Color HEX #9AF077 Feijoa

📋 copy color: '#9AF077'

red 154 ◦ green 240 ◦ blue 119

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

Shades of Feijoa #9AF077

Tints of Feijoa #9AF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 30.02%
G = 46.78%
B = 23.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#9AF077 (or 0x9AF077) is known color: Feijoa. HEX triplet: 9A, F0 and 77. RGB value is (154,240,119). Sum of RGB (Red+Green+Blue) = 154+240+119=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF077 is #650F88. Grayscale: #C8C8C8. Windows color (decimal): -6623113 or 7860378. OLE color: 7860378.

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

Color convert

RGB 154 240 119 -
CMYK 0.36 0 0.50 0.06
HSL 102.64º 0.8% 0.7% -
HSV(B) 102.64º 0.5% 0.94% -
XYZ 47.82 70.52 28.54 -
YUV 200.49 82.01 94.84 -
System Red Green Blue C M Y K H S L
Decimal 154 240 119 0.36 0 0.50 0.06 102.64 0.8 0.7
Hex 9A F0 77 24 0 32 6 67 50 46
Octal 232 360 167 44 0 62 6 147 120 106
Binary 10011010 11110000 1110111 100100 0 110010 110 1100111 1010000 1000110

Color Harmonies of #9AF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF077

Black with #9AF077

Text Example


Text Example

White with #9AF077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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