Html Css Color HEX #A9C02D Bahia

📋 copy color: '#A9C02D'

red 169 ◦ green 192 ◦ blue 45

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

Shades of Bahia #A9C02D

Tints of Bahia #A9C02D

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 41.63%
G = 47.29%
B = 11.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#A9C02D (or 0xA9C02D) is known color: Bahia. HEX triplet: A9, C0 and 2D. RGB value is (169,192,45). Sum of RGB (Red+Green+Blue) = 169+192+45=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C02D is #563FD2. Grayscale: #A8A8A8. Windows color (decimal): -5652435 or 2998441. OLE color: 2998441.

HSL color Cylindrical-coordinate representation of color #A9C02D: hue angle of 69.39º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9C02D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 45 -
CMYK 0.12 0 0.77 0.25
HSL 69.39º 0.62% 0.46% -
HSV(B) 69.39º 0.77% 0.75% -
XYZ 35.69 46.32 9.54 -
YUV 168.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 169 192 45 0.12 0 0.77 0.25 69.39 0.62 0.46
Hex A9 C0 2D C 0 4D 19 45 3E 2E
Octal 251 300 55 14 0 115 31 105 76 56
Binary 10101001 11000000 101101 1100 0 1001101 11001 1000101 111110 101110

Color Harmonies of #A9C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C02D

Black with #A9C02D

Text Example


Text Example

White with #A9C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C02D; }

 p { color: rgb(169,192,45); }

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

background-color css

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

 a { background-color: rgb(169,192,45); }

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

border-color css

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

 span { border-color: rgb(169,192,45); }

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