Html Css Color HEX #9AD015 Bahia

📋 copy color: '#9AD015'

red 154 ◦ green 208 ◦ blue 21

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

Shades of Bahia #9AD015

Tints of Bahia #9AD015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 40.21%
G = 54.31%
B = 5.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#9AD015 (or 0x9AD015) is known color: Bahia. HEX triplet: 9A, D0 and 15. RGB value is (154,208,21). Sum of RGB (Red+Green+Blue) = 154+208+21=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD015 is #652FEA. Grayscale: #ABABAB. Windows color (decimal): -6631403 or 1429658. OLE color: 1429658.

HSL color Cylindrical-coordinate representation of color #9AD015: hue angle of 77.33º degrees, saturation: 0.82, 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 #9AD015 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 21 -
CMYK 0.26 0 0.90 0.18
HSL 77.33º 0.82% 0.45% -
HSV(B) 77.33º 0.9% 0.82% -
XYZ 36.02 52.04 8.86 -
YUV 170.54 43.61 116.21 -
System Red Green Blue C M Y K H S L
Decimal 154 208 21 0.26 0 0.90 0.18 77.33 0.82 0.45
Hex 9A D0 15 1A 0 5A 12 4D 52 2D
Octal 232 320 25 32 0 132 22 115 122 55
Binary 10011010 11010000 10101 11010 0 1011010 10010 1001101 1010010 101101

Color Harmonies of #9AD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD015

Black with #9AD015

Text Example


Text Example

White with #9AD015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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