Html Css Color HEX #9ADB68 Feijoa

📋 copy color: '#9ADB68'

red 154 ◦ green 219 ◦ blue 104

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

Shades of Feijoa #9ADB68

Tints of Feijoa #9ADB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 32.29%
G = 45.91%
B = 21.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#9ADB68 (or 0x9ADB68) is known color: Feijoa. HEX triplet: 9A, DB and 68. RGB value is (154,219,104). Sum of RGB (Red+Green+Blue) = 154+219+104=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB68 is #652497. Grayscale: #BABABA. Windows color (decimal): -6628504 or 6871962. OLE color: 6871962.

HSL color Cylindrical-coordinate representation of color #9ADB68: hue angle of 93.91º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ADB68 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 104 -
CMYK 0.30 0 0.53 0.14
HSL 93.91º 0.61% 0.63% -
HSV(B) 93.91º 0.53% 0.86% -
XYZ 41.16 58.53 22.23 -
YUV 186.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 154 219 104 0.30 0 0.53 0.14 93.91 0.61 0.63
Hex 9A DB 68 1E 0 35 E 5E 3D 3F
Octal 232 333 150 36 0 65 16 136 75 77
Binary 10011010 11011011 1101000 11110 0 110101 1110 1011110 111101 111111

Color Harmonies of #9ADB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADB68

Black with #9ADB68

Text Example


Text Example

White with #9ADB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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