Html Css Color HEX #9AF967 Feijoa

📋 copy color: '#9AF967'

red 154 ◦ green 249 ◦ blue 103

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

Shades of Feijoa #9AF967

Tints of Feijoa #9AF967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.36%

R = 30.43%
G = 49.21%
B = 20.36%

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

#9AF967 (or 0x9AF967) is known color: Feijoa. HEX triplet: 9A, F9 and 67. RGB value is (154,249,103). Sum of RGB (Red+Green+Blue) = 154+249+103=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF967 is #650698. Grayscale: #CCCCCC. Windows color (decimal): -6620825 or 6814106. OLE color: 6814106.

HSL color Cylindrical-coordinate representation of color #9AF967: hue angle of 99.04º degrees, saturation: 0.92, 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 #9AF967 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 103 -
CMYK 0.38 0 0.59 0.02
HSL 99.04º 0.92% 0.69% -
HSV(B) 99.04º 0.59% 0.98% -
XYZ 49.65 75.6 24.81 -
YUV 203.95 71.03 92.37 -
System Red Green Blue C M Y K H S L
Decimal 154 249 103 0.38 0 0.59 0.02 99.04 0.92 0.69
Hex 9A F9 67 26 0 3B 2 63 5C 45
Octal 232 371 147 46 0 73 2 143 134 105
Binary 10011010 11111001 1100111 100110 0 111011 10 1100011 1011100 1000101

Color Harmonies of #9AF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF967

Black with #9AF967

Text Example


Text Example

White with #9AF967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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