Html Css Color HEX #ADCF40 Atlantis

📋 copy color: '#ADCF40'

red 173 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #ADCF40

Tints of Atlantis #ADCF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 38.96%
G = 46.62%
B = 14.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#ADCF40 (or 0xADCF40) is known color: Atlantis. HEX triplet: AD, CF and 40. RGB value is (173,207,64). Sum of RGB (Red+Green+Blue) = 173+207+64=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF40 is #5230BF. Grayscale: #B5B5B5. Windows color (decimal): -5386432 or 4247469. OLE color: 4247469.

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

Color convert

RGB 173 207 64 -
CMYK 0.16 0 0.69 0.19
HSL 74.27º 0.6% 0.53% -
HSV(B) 74.27º 0.69% 0.81% -
XYZ 40.47 53.88 13.12 -
YUV 180.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 173 207 64 0.16 0 0.69 0.19 74.27 0.6 0.53
Hex AD CF 40 10 0 45 13 4A 3C 35
Octal 255 317 100 20 0 105 23 112 74 65
Binary 10101101 11001111 1000000 10000 0 1000101 10011 1001010 111100 110101

Color Harmonies of #ADCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF40

Black with #ADCF40

Text Example


Text Example

White with #ADCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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