Html Css Color HEX #ABCD3E Atlantis

📋 copy color: '#ABCD3E'

red 171 ◦ green 205 ◦ blue 62

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

Shades of Atlantis #ABCD3E

Tints of Atlantis #ABCD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 39.04%
G = 46.8%
B = 14.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#ABCD3E (or 0xABCD3E) is known color: Atlantis. HEX triplet: AB, CD and 3E. RGB value is (171,205,62). Sum of RGB (Red+Green+Blue) = 171+205+62=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD3E is #5432C1. Grayscale: #B3B3B3. Windows color (decimal): -5518018 or 4115883. OLE color: 4115883.

HSL color Cylindrical-coordinate representation of color #ABCD3E: hue angle of 74.27º degrees, saturation: 0.59, 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 #ABCD3E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 62 -
CMYK 0.17 0 0.70 0.20
HSL 74.27º 0.59% 0.52% -
HSV(B) 74.27º 0.7% 0.8% -
XYZ 39.5 52.67 12.64 -
YUV 178.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 171 205 62 0.17 0 0.70 0.20 74.27 0.59 0.52
Hex AB CD 3E 11 0 46 14 4A 3B 34
Octal 253 315 76 21 0 106 24 112 73 64
Binary 10101011 11001101 111110 10001 0 1000110 10100 1001010 111011 110100

Color Harmonies of #ABCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD3E

Black with #ABCD3E

Text Example


Text Example

White with #ABCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD3E; }

 p { color: rgb(171,205,62); }

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

background-color css

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

 a { background-color: rgb(171,205,62); }

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

border-color css

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

 span { border-color: rgb(171,205,62); }

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