Html Css Color HEX #9AF074 Feijoa

📋 copy color: '#9AF074'

red 154 ◦ green 240 ◦ blue 116

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

Shades of Feijoa #9AF074

Tints of Feijoa #9AF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 30.2%
G = 47.06%
B = 22.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#9AF074 (or 0x9AF074) is known color: Feijoa. HEX triplet: 9A, F0 and 74. RGB value is (154,240,116). Sum of RGB (Red+Green+Blue) = 154+240+116=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF074 is #650F8B. Grayscale: #C8C8C8. Windows color (decimal): -6623116 or 7663770. OLE color: 7663770.

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

Color convert

RGB 154 240 116 -
CMYK 0.36 0 0.52 0.06
HSL 101.61º 0.81% 0.7% -
HSV(B) 101.61º 0.52% 0.94% -
XYZ 47.64 70.45 27.61 -
YUV 200.15 80.51 95.08 -
System Red Green Blue C M Y K H S L
Decimal 154 240 116 0.36 0 0.52 0.06 101.61 0.81 0.7
Hex 9A F0 74 24 0 34 6 66 51 46
Octal 232 360 164 44 0 64 6 146 121 106
Binary 10011010 11110000 1110100 100100 0 110100 110 1100110 1010001 1000110

Color Harmonies of #9AF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF074

Black with #9AF074

Text Example


Text Example

White with #9AF074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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