Html Css Color HEX #A5C02D Bahia

📋 copy color: '#A5C02D'

red 165 ◦ green 192 ◦ blue 45

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

Shades of Bahia #A5C02D

Tints of Bahia #A5C02D

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

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

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

R = 41.04%
G = 47.76%
B = 11.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#A5C02D (or 0xA5C02D) is known color: Bahia. HEX triplet: A5, C0 and 2D. RGB value is (165,192,45). Sum of RGB (Red+Green+Blue) = 165+192+45=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C02D is #5A3FD2. Grayscale: #A7A7A7. Windows color (decimal): -5914579 or 2998437. OLE color: 2998437.

HSL color Cylindrical-coordinate representation of color #A5C02D: hue angle of 71.02º 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 #A5C02D is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 45 -
CMYK 0.14 0 0.77 0.25
HSL 71.02º 0.62% 0.46% -
HSV(B) 71.02º 0.77% 0.75% -
XYZ 34.84 45.89 9.5 -
YUV 167.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 165 192 45 0.14 0 0.77 0.25 71.02 0.62 0.46
Hex A5 C0 2D E 0 4D 19 47 3E 2E
Octal 245 300 55 16 0 115 31 107 76 56
Binary 10100101 11000000 101101 1110 0 1001101 11001 1000111 111110 101110

Color Harmonies of #A5C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C02D

Black with #A5C02D

Text Example


Text Example

White with #A5C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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