Html Css Color HEX #ABCA3C Atlantis

📋 copy color: '#ABCA3C'

red 171 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #ABCA3C

Tints of Atlantis #ABCA3C

RGB

 RED value IS 171 (67.19% from 255) = 39.49%

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 39.49%
G = 46.65%
B = 13.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#ABCA3C (or 0xABCA3C) is known color: Atlantis. HEX triplet: AB, CA and 3C. RGB value is (171,202,60). Sum of RGB (Red+Green+Blue) = 171+202+60=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA3C is #5435C3. Grayscale: #B1B1B1. Windows color (decimal): -5518788 or 3984043. OLE color: 3984043.

HSL color Cylindrical-coordinate representation of color #ABCA3C: hue angle of 73.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCA3C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 60 -
CMYK 0.15 0 0.70 0.21
HSL 73.1º 0.57% 0.51% -
HSV(B) 73.1º 0.7% 0.79% -
XYZ 38.73 51.23 12.12 -
YUV 176.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 171 202 60 0.15 0 0.70 0.21 73.1 0.57 0.51
Hex AB CA 3C F 0 46 15 49 39 33
Octal 253 312 74 17 0 106 25 111 71 63
Binary 10101011 11001010 111100 1111 0 1000110 10101 1001001 111001 110011

Color Harmonies of #ABCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA3C

Black with #ABCA3C

Text Example


Text Example

White with #ABCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA3C; }

 p { color: rgb(171,202,60); }

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

background-color css

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

 a { background-color: rgb(171,202,60); }

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

border-color css

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

 span { border-color: rgb(171,202,60); }

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