Html Css Color HEX #9AD010 Bahia

📋 copy color: '#9AD010'

red 154 ◦ green 208 ◦ blue 16

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

Shades of Bahia #9AD010

Tints of Bahia #9AD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.03%

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 40.74%
G = 55.03%
B = 4.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#9AD010 (or 0x9AD010) is known color: Bahia. HEX triplet: 9A, D0 and 10. RGB value is (154,208,16). Sum of RGB (Red+Green+Blue) = 154+208+16=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD010 is #652FEF. Grayscale: #AAAAAA. Windows color (decimal): -6631408 or 1101978. OLE color: 1101978.

HSL color Cylindrical-coordinate representation of color #9AD010: hue angle of 76.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AD010 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 16 -
CMYK 0.26 0 0.92 0.18
HSL 76.88º 0.86% 0.44% -
HSV(B) 76.88º 0.92% 0.82% -
XYZ 35.98 52.02 8.63 -
YUV 169.97 41.11 116.61 -
System Red Green Blue C M Y K H S L
Decimal 154 208 16 0.26 0 0.92 0.18 76.88 0.86 0.44
Hex 9A D0 10 1A 0 5C 12 4D 56 2C
Octal 232 320 20 32 0 134 22 115 126 54
Binary 10011010 11010000 10000 11010 0 1011100 10010 1001101 1010110 101100

Color Harmonies of #9AD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD010

Black with #9AD010

Text Example


Text Example

White with #9AD010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,16); }

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

background-color css

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

 a { background-color: rgb(154,208,16); }

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

border-color css

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

 span { border-color: rgb(154,208,16); }

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