Html Css Color HEX #9ACA1C Bahia

📋 copy color: '#9ACA1C'

red 154 ◦ green 202 ◦ blue 28

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

Shades of Bahia #9ACA1C

Tints of Bahia #9ACA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.6%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 40.1%
G = 52.6%
B = 7.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#9ACA1C (or 0x9ACA1C) is known color: Bahia. HEX triplet: 9A, CA and 1C. RGB value is (154,202,28). Sum of RGB (Red+Green+Blue) = 154+202+28=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA1C is #6535E3. Grayscale: #A8A8A8. Windows color (decimal): -6632932 or 1886874. OLE color: 1886874.

HSL color Cylindrical-coordinate representation of color #9ACA1C: hue angle of 76.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9ACA1C is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 202 28 -
CMYK 0.24 0 0.86 0.21
HSL 76.55º 0.76% 0.45% -
HSV(B) 76.55º 0.86% 0.79% -
XYZ 34.66 49.19 8.77 -
YUV 167.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 154 202 28 0.24 0 0.86 0.21 76.55 0.76 0.45
Hex 9A CA 1C 18 0 56 15 4D 4C 2D
Octal 232 312 34 30 0 126 25 115 114 55
Binary 10011010 11001010 11100 11000 0 1010110 10101 1001101 1001100 101101

Color Harmonies of #9ACA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACA1C

Black with #9ACA1C

Text Example


Text Example

White with #9ACA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,202,28); }

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

background-color css

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

 a { background-color: rgb(154,202,28); }

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

border-color css

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

 span { border-color: rgb(154,202,28); }

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