Html Css Color HEX #A4C02E Bahia

📋 copy color: '#A4C02E'

red 164 ◦ green 192 ◦ blue 46

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

Shades of Bahia #A4C02E

Tints of Bahia #A4C02E

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 40.8%
G = 47.76%
B = 11.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#A4C02E (or 0xA4C02E) is known color: Bahia. HEX triplet: A4, C0 and 2E. RGB value is (164,192,46). Sum of RGB (Red+Green+Blue) = 164+192+46=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C02E is #5B3FD1. Grayscale: #A7A7A7. Windows color (decimal): -5980114 or 3063972. OLE color: 3063972.

HSL color Cylindrical-coordinate representation of color #A4C02E: hue angle of 71.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4C02E is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 46 -
CMYK 0.15 0 0.76 0.25
HSL 71.51º 0.61% 0.47% -
HSV(B) 71.51º 0.76% 0.75% -
XYZ 34.65 45.79 9.6 -
YUV 166.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 164 192 46 0.15 0 0.76 0.25 71.51 0.61 0.47
Hex A4 C0 2E F 0 4C 19 48 3D 2F
Octal 244 300 56 17 0 114 31 110 75 57
Binary 10100100 11000000 101110 1111 0 1001100 11001 1001000 111101 101111

Color Harmonies of #A4C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C02E

Black with #A4C02E

Text Example


Text Example

White with #A4C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C02E; }

 p { color: rgb(164,192,46); }

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

background-color css

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

 a { background-color: rgb(164,192,46); }

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

border-color css

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

 span { border-color: rgb(164,192,46); }

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