Html Css Color HEX #A0C024 Bahia

📋 copy color: '#A0C024'

red 160 ◦ green 192 ◦ blue 36

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

Shades of Bahia #A0C024

Tints of Bahia #A0C024

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

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

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 41.24%
G = 49.48%
B = 9.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#A0C024 (or 0xA0C024) is known color: Bahia. HEX triplet: A0, C0 and 24. RGB value is (160,192,36). Sum of RGB (Red+Green+Blue) = 160+192+36=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C024 is #5F3FDB. Grayscale: #A5A5A5. Windows color (decimal): -6242268 or 2408608. OLE color: 2408608.

HSL color Cylindrical-coordinate representation of color #A0C024: hue angle of 72.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0C024 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 36 -
CMYK 0.17 0 0.81 0.25
HSL 72.31º 0.68% 0.45% -
HSV(B) 72.31º 0.81% 0.75% -
XYZ 33.67 45.3 8.64 -
YUV 164.65 55.4 124.68 -
System Red Green Blue C M Y K H S L
Decimal 160 192 36 0.17 0 0.81 0.25 72.31 0.68 0.45
Hex A0 C0 24 11 0 51 19 48 44 2D
Octal 240 300 44 21 0 121 31 110 104 55
Binary 10100000 11000000 100100 10001 0 1010001 11001 1001000 1000100 101101

Color Harmonies of #A0C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C024

Black with #A0C024

Text Example


Text Example

White with #A0C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C024; }

 p { color: rgb(160,192,36); }

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

background-color css

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

 a { background-color: rgb(160,192,36); }

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

border-color css

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

 span { border-color: rgb(160,192,36); }

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