Html Css Color HEX #ABCE40 Atlantis

📋 copy color: '#ABCE40'

red 171 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #ABCE40

Tints of Atlantis #ABCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 38.78%
G = 46.71%
B = 14.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#ABCE40 (or 0xABCE40) is known color: Atlantis. HEX triplet: AB, CE and 40. RGB value is (171,206,64). Sum of RGB (Red+Green+Blue) = 171+206+64=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE40 is #5431BF. Grayscale: #B3B3B3. Windows color (decimal): -5517760 or 4247211. OLE color: 4247211.

HSL color Cylindrical-coordinate representation of color #ABCE40: hue angle of 74.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABCE40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 64 -
CMYK 0.17 0 0.69 0.19
HSL 74.79º 0.59% 0.53% -
HSV(B) 74.79º 0.69% 0.81% -
XYZ 39.79 53.17 13.02 -
YUV 179.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 171 206 64 0.17 0 0.69 0.19 74.79 0.59 0.53
Hex AB CE 40 11 0 45 13 4B 3B 35
Octal 253 316 100 21 0 105 23 113 73 65
Binary 10101011 11001110 1000000 10001 0 1000101 10011 1001011 111011 110101

Color Harmonies of #ABCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCE40

Black with #ABCE40

Text Example


Text Example

White with #ABCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCE40; }

 p { color: rgb(171,206,64); }

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

background-color css

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

 a { background-color: rgb(171,206,64); }

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

border-color css

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

 span { border-color: rgb(171,206,64); }

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