Html Css Color HEX #ADCE42 Atlantis

📋 copy color: '#ADCE42'

red 173 ◦ green 206 ◦ blue 66

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

Shades of Atlantis #ADCE42

Tints of Atlantis #ADCE42

RGB

 RED value IS 173 (67.97% from 255) = 38.88%

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

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 38.88%
G = 46.29%
B = 14.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#ADCE42 (or 0xADCE42) is known color: Atlantis. HEX triplet: AD, CE and 42. RGB value is (173,206,66). Sum of RGB (Red+Green+Blue) = 173+206+66=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE42 is #5231BD. Grayscale: #B4B4B4. Windows color (decimal): -5386686 or 4378285. OLE color: 4378285.

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

Color convert

RGB 173 206 66 -
CMYK 0.16 0 0.68 0.19
HSL 74.14º 0.59% 0.53% -
HSV(B) 74.14º 0.68% 0.81% -
XYZ 40.29 53.42 13.34 -
YUV 180.17 63.57 122.88 -
System Red Green Blue C M Y K H S L
Decimal 173 206 66 0.16 0 0.68 0.19 74.14 0.59 0.53
Hex AD CE 42 10 0 44 13 4A 3B 35
Octal 255 316 102 20 0 104 23 112 73 65
Binary 10101101 11001110 1000010 10000 0 1000100 10011 1001010 111011 110101

Color Harmonies of #ADCE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE42

Black with #ADCE42

Text Example


Text Example

White with #ADCE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE42; }

 p { color: rgb(173,206,66); }

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

background-color css

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

 a { background-color: rgb(173,206,66); }

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

border-color css

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

 span { border-color: rgb(173,206,66); }

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