Html Css Color HEX #9AF064 Feijoa

📋 copy color: '#9AF064'

red 154 ◦ green 240 ◦ blue 100

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

Shades of Feijoa #9AF064

Tints of Feijoa #9AF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 31.17%
G = 48.58%
B = 20.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9AF064 (or 0x9AF064) is known color: Feijoa. HEX triplet: 9A, F0 and 64. RGB value is (154,240,100). Sum of RGB (Red+Green+Blue) = 154+240+100=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF064 is #650F9B. Grayscale: #C6C6C6. Windows color (decimal): -6623132 or 6615194. OLE color: 6615194.

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

Color convert

RGB 154 240 100 -
CMYK 0.36 0 0.58 0.06
HSL 96.86º 0.82% 0.67% -
HSV(B) 96.86º 0.58% 0.94% -
XYZ 46.79 70.11 23.12 -
YUV 198.33 72.51 96.38 -
System Red Green Blue C M Y K H S L
Decimal 154 240 100 0.36 0 0.58 0.06 96.86 0.82 0.67
Hex 9A F0 64 24 0 3A 6 61 52 43
Octal 232 360 144 44 0 72 6 141 122 103
Binary 10011010 11110000 1100100 100100 0 111010 110 1100001 1010010 1000011

Color Harmonies of #9AF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF064

Black with #9AF064

Text Example


Text Example

White with #9AF064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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