Html Css Color HEX #9AF570 Feijoa

📋 copy color: '#9AF570'

red 154 ◦ green 245 ◦ blue 112

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

Shades of Feijoa #9AF570

Tints of Feijoa #9AF570

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

 BLUE value IS 112 (44.14% from 255) = 21.92%

R = 30.14%
G = 47.95%
B = 21.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#9AF570 (or 0x9AF570) is known color: Feijoa. HEX triplet: 9A, F5 and 70. RGB value is (154,245,112). Sum of RGB (Red+Green+Blue) = 154+245+112=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF570 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF570 is #650A8F. Grayscale: #CBCBCB. Windows color (decimal): -6621840 or 7402906. OLE color: 7402906.

HSL color Cylindrical-coordinate representation of color #9AF570: hue angle of 101.05º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF570 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 245 112 -
CMYK 0.37 0 0.54 0.04
HSL 101.05º 0.87% 0.7% -
HSV(B) 101.05º 0.54% 0.96% -
XYZ 48.9 73.34 26.91 -
YUV 202.63 76.85 93.31 -
System Red Green Blue C M Y K H S L
Decimal 154 245 112 0.37 0 0.54 0.04 101.05 0.87 0.7
Hex 9A F5 70 25 0 36 4 65 57 46
Octal 232 365 160 45 0 66 4 145 127 106
Binary 10011010 11110101 1110000 100101 0 110110 100 1100101 1010111 1000110

Color Harmonies of #9AF570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF570

Black with #9AF570

Text Example


Text Example

White with #9AF570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,245,112); }

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

background-color css

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

 a { background-color: rgb(154,245,112); }

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

border-color css

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

 span { border-color: rgb(154,245,112); }

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