Html Css Color HEX #ABCC3D Atlantis

📋 copy color: '#ABCC3D'

red 171 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #ABCC3D

Tints of Atlantis #ABCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 39.22%
G = 46.79%
B = 13.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#ABCC3D (or 0xABCC3D) is known color: Atlantis. HEX triplet: AB, CC and 3D. RGB value is (171,204,61). Sum of RGB (Red+Green+Blue) = 171+204+61=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3D is #5433C2. Grayscale: #B2B2B2. Windows color (decimal): -5518275 or 4050091. OLE color: 4050091.

HSL color Cylindrical-coordinate representation of color #ABCC3D: hue angle of 73.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCC3D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 61 -
CMYK 0.16 0 0.70 0.2
HSL 73.85º 0.58% 0.52% -
HSV(B) 73.85º 0.7% 0.8% -
XYZ 39.23 52.18 12.42 -
YUV 177.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 171 204 61 0.16 0 0.70 0.2 73.85 0.58 0.52
Hex AB CC 3D 10 0 46 14 4A 3A 34
Octal 253 314 75 20 0 106 24 112 72 64
Binary 10101011 11001100 111101 10000 0 1000110 10100 1001010 111010 110100

Color Harmonies of #ABCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC3D

Black with #ABCC3D

Text Example


Text Example

White with #ABCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC3D; }

 p { color: rgb(171,204,61); }

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

background-color css

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

 a { background-color: rgb(171,204,61); }

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

border-color css

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

 span { border-color: rgb(171,204,61); }

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