Html Css Color HEX #9AF364 Feijoa

📋 copy color: '#9AF364'

red 154 ◦ green 243 ◦ blue 100

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

Shades of Feijoa #9AF364

Tints of Feijoa #9AF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

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

R = 30.99%
G = 48.89%
B = 20.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#9AF364 (or 0x9AF364) is known color: Feijoa. HEX triplet: 9A, F3 and 64. RGB value is (154,243,100). Sum of RGB (Red+Green+Blue) = 154+243+100=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF364 is #650C9B. Grayscale: #C8C8C8. Windows color (decimal): -6622364 or 6615962. OLE color: 6615962.

HSL color Cylindrical-coordinate representation of color #9AF364: hue angle of 97.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AF364 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 243 100 -
CMYK 0.37 0 0.59 0.05
HSL 97.34º 0.86% 0.67% -
HSV(B) 97.34º 0.59% 0.95% -
XYZ 47.68 71.89 23.42 -
YUV 200.09 71.51 95.13 -
System Red Green Blue C M Y K H S L
Decimal 154 243 100 0.37 0 0.59 0.05 97.34 0.86 0.67
Hex 9A F3 64 25 0 3B 5 61 56 43
Octal 232 363 144 45 0 73 5 141 126 103
Binary 10011010 11110011 1100100 100101 0 111011 101 1100001 1010110 1000011

Color Harmonies of #9AF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF364

Black with #9AF364

Text Example


Text Example

White with #9AF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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