Html Css Color HEX #9AD967 Feijoa

📋 copy color: '#9AD967'

red 154 ◦ green 217 ◦ blue 103

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

Shades of Feijoa #9AD967

Tints of Feijoa #9AD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

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

R = 32.49%
G = 45.78%
B = 21.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9AD967 (or 0x9AD967) is known color: Feijoa. HEX triplet: 9A, D9 and 67. RGB value is (154,217,103). Sum of RGB (Red+Green+Blue) = 154+217+103=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD967 is #652698. Grayscale: #B9B9B9. Windows color (decimal): -6629017 or 6805914. OLE color: 6805914.

HSL color Cylindrical-coordinate representation of color #9AD967: hue angle of 93.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD967 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 217 103 -
CMYK 0.29 0 0.53 0.15
HSL 93.16º 0.6% 0.63% -
HSV(B) 93.16º 0.53% 0.85% -
XYZ 40.59 57.48 21.79 -
YUV 185.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 154 217 103 0.29 0 0.53 0.15 93.16 0.6 0.63
Hex 9A D9 67 1D 0 35 F 5D 3C 3F
Octal 232 331 147 35 0 65 17 135 74 77
Binary 10011010 11011001 1100111 11101 0 110101 1111 1011101 111100 111111

Color Harmonies of #9AD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD967

Black with #9AD967

Text Example


Text Example

White with #9AD967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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