Html Css Color HEX #9AF264 Feijoa

📋 copy color: '#9AF264'

red 154 ◦ green 242 ◦ blue 100

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

Shades of Feijoa #9AF264

Tints of Feijoa #9AF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

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

R = 31.05%
G = 48.79%
B = 20.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#9AF264 (or 0x9AF264) is known color: Feijoa. HEX triplet: 9A, F2 and 64. RGB value is (154,242,100). Sum of RGB (Red+Green+Blue) = 154+242+100=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF264 is #650D9B. Grayscale: #C7C7C7. Windows color (decimal): -6622620 or 6615706. OLE color: 6615706.

HSL color Cylindrical-coordinate representation of color #9AF264: hue angle of 97.18º degrees, saturation: 0.85, 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 #9AF264 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 100 -
CMYK 0.36 0 0.59 0.05
HSL 97.18º 0.85% 0.67% -
HSV(B) 97.18º 0.59% 0.95% -
XYZ 47.38 71.29 23.32 -
YUV 199.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 154 242 100 0.36 0 0.59 0.05 97.18 0.85 0.67
Hex 9A F2 64 24 0 3B 5 61 55 43
Octal 232 362 144 44 0 73 5 141 125 103
Binary 10011010 11110010 1100100 100100 0 111011 101 1100001 1010101 1000011

Color Harmonies of #9AF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF264

Black with #9AF264

Text Example


Text Example

White with #9AF264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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