Html Css Color HEX #ABCC3F Atlantis

📋 copy color: '#ABCC3F'

red 171 ◦ green 204 ◦ blue 63

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

Shades of Atlantis #ABCC3F

Tints of Atlantis #ABCC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.38%

R = 39.04%
G = 46.58%
B = 14.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#ABCC3F (or 0xABCC3F) is known color: Atlantis. HEX triplet: AB, CC and 3F. RGB value is (171,204,63). Sum of RGB (Red+Green+Blue) = 171+204+63=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3F is #5433C0. Grayscale: #B2B2B2. Windows color (decimal): -5518273 or 4181163. OLE color: 4181163.

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

Color convert

RGB 171 204 63 -
CMYK 0.16 0 0.69 0.2
HSL 74.04º 0.58% 0.52% -
HSV(B) 74.04º 0.69% 0.8% -
XYZ 39.28 52.2 12.71 -
YUV 178.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 171 204 63 0.16 0 0.69 0.2 74.04 0.58 0.52
Hex AB CC 3F 10 0 45 14 4A 3A 34
Octal 253 314 77 20 0 105 24 112 72 64
Binary 10101011 11001100 111111 10000 0 1000101 10100 1001010 111010 110100

Color Harmonies of #ABCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC3F

Black with #ABCC3F

Text Example


Text Example

White with #ABCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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