Html Css Color HEX #9ACD14 Bahia

📋 copy color: '#9ACD14'

red 154 ◦ green 205 ◦ blue 20

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

Shades of Bahia #9ACD14

Tints of Bahia #9ACD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 40.63%
G = 54.09%
B = 5.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#9ACD14 (or 0x9ACD14) is known color: Bahia. HEX triplet: 9A, CD and 14. RGB value is (154,205,20). Sum of RGB (Red+Green+Blue) = 154+205+20=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD14 is #6532EB. Grayscale: #A9A9A9. Windows color (decimal): -6632172 or 1363354. OLE color: 1363354.

HSL color Cylindrical-coordinate representation of color #9ACD14: hue angle of 76.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ACD14 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 20 -
CMYK 0.25 0 0.90 0.20
HSL 76.54º 0.82% 0.44% -
HSV(B) 76.54º 0.9% 0.8% -
XYZ 35.28 50.58 8.57 -
YUV 168.66 44.1 117.54 -
System Red Green Blue C M Y K H S L
Decimal 154 205 20 0.25 0 0.90 0.20 76.54 0.82 0.44
Hex 9A CD 14 19 0 5A 14 4D 52 2C
Octal 232 315 24 31 0 132 24 115 122 54
Binary 10011010 11001101 10100 11001 0 1011010 10100 1001101 1010010 101100

Color Harmonies of #9ACD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD14

Black with #9ACD14

Text Example


Text Example

White with #9ACD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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