Html Css Color HEX #ABCD38 Atlantis

📋 copy color: '#ABCD38'

red 171 ◦ green 205 ◦ blue 56

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

Shades of Atlantis #ABCD38

Tints of Atlantis #ABCD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.96%

R = 39.58%
G = 47.45%
B = 12.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#ABCD38 (or 0xABCD38) is known color: Atlantis. HEX triplet: AB, CD and 38. RGB value is (171,205,56). Sum of RGB (Red+Green+Blue) = 171+205+56=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD38 is #5432C7. Grayscale: #B2B2B2. Windows color (decimal): -5518024 or 3722667. OLE color: 3722667.

HSL color Cylindrical-coordinate representation of color #ABCD38: hue angle of 73.69º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABCD38 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 56 -
CMYK 0.17 0 0.73 0.20
HSL 73.69º 0.6% 0.51% -
HSV(B) 73.69º 0.73% 0.8% -
XYZ 39.34 52.61 11.82 -
YUV 177.85 59.24 123.12 -
System Red Green Blue C M Y K H S L
Decimal 171 205 56 0.17 0 0.73 0.20 73.69 0.6 0.51
Hex AB CD 38 11 0 49 14 4A 3C 33
Octal 253 315 70 21 0 111 24 112 74 63
Binary 10101011 11001101 111000 10001 0 1001001 10100 1001010 111100 110011

Color Harmonies of #ABCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD38

Black with #ABCD38

Text Example


Text Example

White with #ABCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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