Html Css Color HEX #A0C04B Atlantis

📋 copy color: '#A0C04B'

red 160 ◦ green 192 ◦ blue 75

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

Shades of Atlantis #A0C04B

Tints of Atlantis #A0C04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.56%

R = 37.47%
G = 44.96%
B = 17.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A0C04B (or 0xA0C04B) is known color: Atlantis. HEX triplet: A0, C0 and 4B. RGB value is (160,192,75). Sum of RGB (Red+Green+Blue) = 160+192+75=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C04B is #5F3FB4. Grayscale: #A9A9A9. Windows color (decimal): -6242229 or 4964512. OLE color: 4964512.

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

Color convert

RGB 160 192 75 -
CMYK 0.17 0 0.61 0.25
HSL 76.41º 0.48% 0.52% -
HSV(B) 76.41º 0.61% 0.75% -
XYZ 34.62 45.68 13.65 -
YUV 169.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 160 192 75 0.17 0 0.61 0.25 76.41 0.48 0.52
Hex A0 C0 4B 11 0 3D 19 4C 30 34
Octal 240 300 113 21 0 75 31 114 60 64
Binary 10100000 11000000 1001011 10001 0 111101 11001 1001100 110000 110100

Color Harmonies of #A0C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C04B

Black with #A0C04B

Text Example


Text Example

White with #A0C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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