Html Css Color HEX #9AF664 Feijoa

📋 copy color: '#9AF664'

red 154 ◦ green 246 ◦ blue 100

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

Shades of Feijoa #9AF664

Tints of Feijoa #9AF664

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

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

R = 30.8%
G = 49.2%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#9AF664 (or 0x9AF664) is known color: Feijoa. HEX triplet: 9A, F6 and 64. RGB value is (154,246,100). Sum of RGB (Red+Green+Blue) = 154+246+100=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF664 is #65099B. Grayscale: #CACACA. Windows color (decimal): -6621596 or 6616730. OLE color: 6616730.

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

Color convert

RGB 154 246 100 -
CMYK 0.37 0 0.59 0.04
HSL 97.81º 0.89% 0.68% -
HSV(B) 97.81º 0.59% 0.96% -
XYZ 48.58 73.7 23.72 -
YUV 201.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 154 246 100 0.37 0 0.59 0.04 97.81 0.89 0.68
Hex 9A F6 64 25 0 3B 4 62 59 44
Octal 232 366 144 45 0 73 4 142 131 104
Binary 10011010 11110110 1100100 100101 0 111011 100 1100010 1011001 1000100

Color Harmonies of #9AF664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF664

Black with #9AF664

Text Example


Text Example

White with #9AF664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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