Html Css Color HEX #9AF965 Feijoa

📋 copy color: '#9AF965'

red 154 ◦ green 249 ◦ blue 101

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

Shades of Feijoa #9AF965

Tints of Feijoa #9AF965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.4%

 BLUE value IS 101 (39.84% from 255) = 20.04%

R = 30.56%
G = 49.4%
B = 20.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#9AF965 (or 0x9AF965) is known color: Feijoa. HEX triplet: 9A, F9 and 65. RGB value is (154,249,101). Sum of RGB (Red+Green+Blue) = 154+249+101=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF965 is #65069A. Grayscale: #CCCCCC. Windows color (decimal): -6620827 or 6683034. OLE color: 6683034.

HSL color Cylindrical-coordinate representation of color #9AF965: hue angle of 98.51º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AF965 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 101 -
CMYK 0.38 0 0.59 0.02
HSL 98.51º 0.93% 0.69% -
HSV(B) 98.51º 0.59% 0.98% -
XYZ 49.55 75.56 24.29 -
YUV 203.72 70.03 92.53 -
System Red Green Blue C M Y K H S L
Decimal 154 249 101 0.38 0 0.59 0.02 98.51 0.93 0.69
Hex 9A F9 65 26 0 3B 2 63 5C 45
Octal 232 371 145 46 0 73 2 143 134 105
Binary 10011010 11111001 1100101 100110 0 111011 10 1100011 1011100 1000101

Color Harmonies of #9AF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF965

Black with #9AF965

Text Example


Text Example

White with #9AF965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,101); }

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

background-color css

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

 a { background-color: rgb(154,249,101); }

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

border-color css

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

 span { border-color: rgb(154,249,101); }

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