Html Css Color HEX #9AD968 Feijoa

📋 copy color: '#9AD968'

red 154 ◦ green 217 ◦ blue 104

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

Shades of Feijoa #9AD968

Tints of Feijoa #9AD968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 32.42%
G = 45.68%
B = 21.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#9AD968 (or 0x9AD968) is known color: Feijoa. HEX triplet: 9A, D9 and 68. RGB value is (154,217,104). Sum of RGB (Red+Green+Blue) = 154+217+104=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD968 is #652697. Grayscale: #B9B9B9. Windows color (decimal): -6629016 or 6871450. OLE color: 6871450.

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

Color convert

RGB 154 217 104 -
CMYK 0.29 0 0.52 0.15
HSL 93.45º 0.6% 0.63% -
HSV(B) 93.45º 0.52% 0.85% -
XYZ 40.64 57.5 22.05 -
YUV 185.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 154 217 104 0.29 0 0.52 0.15 93.45 0.6 0.63
Hex 9A D9 68 1D 0 34 F 5D 3C 3F
Octal 232 331 150 35 0 64 17 135 74 77
Binary 10011010 11011001 1101000 11101 0 110100 1111 1011101 111100 111111

Color Harmonies of #9AD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD968

Black with #9AD968

Text Example


Text Example

White with #9AD968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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