Html Css Color HEX #9AF06D Feijoa

📋 copy color: '#9AF06D'

red 154 ◦ green 240 ◦ blue 109

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

Shades of Feijoa #9AF06D

Tints of Feijoa #9AF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.67%

R = 30.62%
G = 47.71%
B = 21.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9AF06D (or 0x9AF06D) is known color: Feijoa. HEX triplet: 9A, F0 and 6D. RGB value is (154,240,109). Sum of RGB (Red+Green+Blue) = 154+240+109=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF06D is #650F92. Grayscale: #C7C7C7. Windows color (decimal): -6623123 or 7205018. OLE color: 7205018.

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

Color convert

RGB 154 240 109 -
CMYK 0.36 0 0.55 0.06
HSL 99.39º 0.81% 0.68% -
HSV(B) 99.39º 0.55% 0.94% -
XYZ 47.25 70.29 25.55 -
YUV 199.35 77.01 95.65 -
System Red Green Blue C M Y K H S L
Decimal 154 240 109 0.36 0 0.55 0.06 99.39 0.81 0.68
Hex 9A F0 6D 24 0 37 6 63 51 44
Octal 232 360 155 44 0 67 6 143 121 104
Binary 10011010 11110000 1101101 100100 0 110111 110 1100011 1010001 1000100

Color Harmonies of #9AF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF06D

Black with #9AF06D

Text Example


Text Example

White with #9AF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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