Html Css Color HEX #9AD216 Bahia

📋 copy color: '#9AD216'

red 154 ◦ green 210 ◦ blue 22

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

Shades of Bahia #9AD216

Tints of Bahia #9AD216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.4%

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 39.9%
G = 54.4%
B = 5.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#9AD216 (or 0x9AD216) is known color: Bahia. HEX triplet: 9A, D2 and 16. RGB value is (154,210,22). Sum of RGB (Red+Green+Blue) = 154+210+22=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD216 is #652DE9. Grayscale: #ACACAC. Windows color (decimal): -6630890 or 1495706. OLE color: 1495706.

HSL color Cylindrical-coordinate representation of color #9AD216: hue angle of 77.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AD216 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 210 22 -
CMYK 0.27 0 0.90 0.18
HSL 77.87º 0.81% 0.45% -
HSV(B) 77.87º 0.9% 0.82% -
XYZ 36.52 53.02 9.07 -
YUV 171.82 43.45 115.29 -
System Red Green Blue C M Y K H S L
Decimal 154 210 22 0.27 0 0.90 0.18 77.87 0.81 0.45
Hex 9A D2 16 1B 0 5A 12 4E 51 2D
Octal 232 322 26 33 0 132 22 116 121 55
Binary 10011010 11010010 10110 11011 0 1011010 10010 1001110 1010001 101101

Color Harmonies of #9AD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD216

Black with #9AD216

Text Example


Text Example

White with #9AD216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,22); }

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

background-color css

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

 a { background-color: rgb(154,210,22); }

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

border-color css

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

 span { border-color: rgb(154,210,22); }

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