Html Css Color HEX #ADCB3C Atlantis

📋 copy color: '#ADCB3C'

red 173 ◦ green 203 ◦ blue 60

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

Shades of Atlantis #ADCB3C

Tints of Atlantis #ADCB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 39.68%
G = 46.56%
B = 13.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#ADCB3C (or 0xADCB3C) is known color: Atlantis. HEX triplet: AD, CB and 3C. RGB value is (173,203,60). Sum of RGB (Red+Green+Blue) = 173+203+60=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB3C is #5234C3. Grayscale: #B2B2B2. Windows color (decimal): -5387460 or 3984301. OLE color: 3984301.

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

Color convert

RGB 173 203 60 -
CMYK 0.15 0 0.70 0.20
HSL 72.59º 0.58% 0.52% -
HSV(B) 72.59º 0.7% 0.8% -
XYZ 39.41 51.92 12.22 -
YUV 177.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 173 203 60 0.15 0 0.70 0.20 72.59 0.58 0.52
Hex AD CB 3C F 0 46 14 49 3A 34
Octal 255 313 74 17 0 106 24 111 72 64
Binary 10101101 11001011 111100 1111 0 1000110 10100 1001001 111010 110100

Color Harmonies of #ADCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB3C

Black with #ADCB3C

Text Example


Text Example

White with #ADCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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