Html Css Color HEX #A0CB4B Atlantis

📋 copy color: '#A0CB4B'

red 160 ◦ green 203 ◦ blue 75

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

Shades of Atlantis #A0CB4B

Tints of Atlantis #A0CB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 36.53%
G = 46.35%
B = 17.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#A0CB4B (or 0xA0CB4B) is known color: Atlantis. HEX triplet: A0, CB and 4B. RGB value is (160,203,75). Sum of RGB (Red+Green+Blue) = 160+203+75=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB4B is #5F34B4. Grayscale: #B0B0B0. Windows color (decimal): -6239413 or 4967328. OLE color: 4967328.

HSL color Cylindrical-coordinate representation of color #A0CB4B: hue angle of 80.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0CB4B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 75 -
CMYK 0.21 0 0.63 0.20
HSL 80.16º 0.55% 0.55% -
HSV(B) 80.16º 0.63% 0.8% -
XYZ 37.12 50.69 14.48 -
YUV 175.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 160 203 75 0.21 0 0.63 0.20 80.16 0.55 0.55
Hex A0 CB 4B 15 0 3F 14 50 37 37
Octal 240 313 113 25 0 77 24 120 67 67
Binary 10100000 11001011 1001011 10101 0 111111 10100 1010000 110111 110111

Color Harmonies of #A0CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB4B

Black with #A0CB4B

Text Example


Text Example

White with #A0CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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