Html Css Color HEX #9ACD19 Bahia

📋 copy color: '#9ACD19'

red 154 ◦ green 205 ◦ blue 25

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

Shades of Bahia #9ACD19

Tints of Bahia #9ACD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.39%

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 40.1%
G = 53.39%
B = 6.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#9ACD19 (or 0x9ACD19) is known color: Bahia. HEX triplet: 9A, CD and 19. RGB value is (154,205,25). Sum of RGB (Red+Green+Blue) = 154+205+25=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD19 is #6532E6. Grayscale: #A9A9A9. Windows color (decimal): -6632167 or 1691034. OLE color: 1691034.

HSL color Cylindrical-coordinate representation of color #9ACD19: hue angle of 77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9ACD19 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 25 -
CMYK 0.25 0 0.88 0.20
HSL 77º 0.78% 0.45% -
HSV(B) 77º 0.88% 0.8% -
XYZ 35.33 50.6 8.82 -
YUV 169.23 46.6 117.14 -
System Red Green Blue C M Y K H S L
Decimal 154 205 25 0.25 0 0.88 0.20 77 0.78 0.45
Hex 9A CD 19 19 0 58 14 4D 4E 2D
Octal 232 315 31 31 0 130 24 115 116 55
Binary 10011010 11001101 11001 11001 0 1011000 10100 1001101 1001110 101101

Color Harmonies of #9ACD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD19

Black with #9ACD19

Text Example


Text Example

White with #9ACD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,205,25); }

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

background-color css

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

 a { background-color: rgb(154,205,25); }

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

border-color css

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

 span { border-color: rgb(154,205,25); }

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