Html Css Color HEX #A0C038 Yellow Green

📋 copy color: '#A0C038'

red 160 ◦ green 192 ◦ blue 56

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

Shades of Yellow Green #A0C038

Tints of Yellow Green #A0C038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 39.22%
G = 47.06%
B = 13.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#A0C038 (or 0xA0C038) is known color: Yellow Green. HEX triplet: A0, C0 and 38. RGB value is (160,192,56). Sum of RGB (Red+Green+Blue) = 160+192+56=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C038 is #5F3FC7. Grayscale: #A7A7A7. Windows color (decimal): -6242248 or 3719328. OLE color: 3719328.

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

Color convert

RGB 160 192 56 -
CMYK 0.17 0 0.71 0.25
HSL 74.12º 0.55% 0.49% -
HSV(B) 74.12º 0.71% 0.75% -
XYZ 34.06 45.46 10.72 -
YUV 166.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 160 192 56 0.17 0 0.71 0.25 74.12 0.55 0.49
Hex A0 C0 38 11 0 47 19 4A 37 31
Octal 240 300 70 21 0 107 31 112 67 61
Binary 10100000 11000000 111000 10001 0 1000111 11001 1001010 110111 110001

Color Harmonies of #A0C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C038

Black with #A0C038

Text Example


Text Example

White with #A0C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C038; }

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

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

background-color css

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

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

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

border-color css

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

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

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