Html Css Color HEX #ADCF3A Atlantis

📋 copy color: '#ADCF3A'

red 173 ◦ green 207 ◦ blue 58

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

Shades of Atlantis #ADCF3A

Tints of Atlantis #ADCF3A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

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

R = 39.5%
G = 47.26%
B = 13.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#ADCF3A (or 0xADCF3A) is known color: Atlantis. HEX triplet: AD, CF and 3A. RGB value is (173,207,58). Sum of RGB (Red+Green+Blue) = 173+207+58=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF3A is #5230C5. Grayscale: #B4B4B4. Windows color (decimal): -5386438 or 3854253. OLE color: 3854253.

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

Color convert

RGB 173 207 58 -
CMYK 0.16 0 0.72 0.19
HSL 73.69º 0.61% 0.52% -
HSV(B) 73.69º 0.72% 0.81% -
XYZ 40.31 53.82 12.27 -
YUV 179.85 59.24 123.12 -
System Red Green Blue C M Y K H S L
Decimal 173 207 58 0.16 0 0.72 0.19 73.69 0.61 0.52
Hex AD CF 3A 10 0 48 13 4A 3D 34
Octal 255 317 72 20 0 110 23 112 75 64
Binary 10101101 11001111 111010 10000 0 1001000 10011 1001010 111101 110100

Color Harmonies of #ADCF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF3A

Black with #ADCF3A

Text Example


Text Example

White with #ADCF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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