Html Css Color HEX #ADCB3A Atlantis

📋 copy color: '#ADCB3A'

red 173 ◦ green 203 ◦ blue 58

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

Shades of Atlantis #ADCB3A

Tints of Atlantis #ADCB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.77%

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 39.86%
G = 46.77%
B = 13.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#ADCB3A (or 0xADCB3A) is known color: Atlantis. HEX triplet: AD, CB and 3A. RGB value is (173,203,58). Sum of RGB (Red+Green+Blue) = 173+203+58=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB3A is #5234C5. Grayscale: #B2B2B2. Windows color (decimal): -5387462 or 3853229. OLE color: 3853229.

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

Color convert

RGB 173 203 58 -
CMYK 0.15 0 0.71 0.20
HSL 72.41º 0.58% 0.51% -
HSV(B) 72.41º 0.71% 0.8% -
XYZ 39.35 51.9 11.95 -
YUV 177.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 173 203 58 0.15 0 0.71 0.20 72.41 0.58 0.51
Hex AD CB 3A F 0 47 14 48 3A 33
Octal 255 313 72 17 0 107 24 110 72 63
Binary 10101101 11001011 111010 1111 0 1000111 10100 1001000 111010 110011

Color Harmonies of #ADCB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB3A

Black with #ADCB3A

Text Example


Text Example

White with #ADCB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB3A; }

 p { color: rgb(173,203,58); }

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

background-color css

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

 a { background-color: rgb(173,203,58); }

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

border-color css

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

 span { border-color: rgb(173,203,58); }

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