Html Css Color HEX #9AF071 Feijoa

📋 copy color: '#9AF071'

red 154 ◦ green 240 ◦ blue 113

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

Shades of Feijoa #9AF071

Tints of Feijoa #9AF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.29%

R = 30.37%
G = 47.34%
B = 22.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#9AF071 (or 0x9AF071) is known color: Feijoa. HEX triplet: 9A, F0 and 71. RGB value is (154,240,113). Sum of RGB (Red+Green+Blue) = 154+240+113=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF071 is #650F8E. Grayscale: #C8C8C8. Windows color (decimal): -6623119 or 7467162. OLE color: 7467162.

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

Color convert

RGB 154 240 113 -
CMYK 0.36 0 0.53 0.06
HSL 100.63º 0.81% 0.69% -
HSV(B) 100.63º 0.53% 0.94% -
XYZ 47.47 70.38 26.71 -
YUV 199.81 79.01 95.33 -
System Red Green Blue C M Y K H S L
Decimal 154 240 113 0.36 0 0.53 0.06 100.63 0.81 0.69
Hex 9A F0 71 24 0 35 6 65 51 45
Octal 232 360 161 44 0 65 6 145 121 105
Binary 10011010 11110000 1110001 100100 0 110101 110 1100101 1010001 1000101

Color Harmonies of #9AF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF071

Black with #9AF071

Text Example


Text Example

White with #9AF071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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