Html Css Color HEX #AED938 Atlantis

📋 copy color: '#AED938'

red 174 ◦ green 217 ◦ blue 56

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

Shades of Atlantis #AED938

Tints of Atlantis #AED938

RGB

 RED value IS 174 (68.36% from 255) = 38.93%

 GREEN value IS 217 (85.16% from 255) = 48.55%

 BLUE value IS 56 (22.27% from 255) = 12.53%

R = 38.93%
G = 48.55%
B = 12.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#AED938 (or 0xAED938) is known color: Atlantis. HEX triplet: AE, D9 and 38. RGB value is (174,217,56). Sum of RGB (Red+Green+Blue) = 174+217+56=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #AED938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED938 is #5126C7. Grayscale: #BABABA. Windows color (decimal): -5318344 or 3725742. OLE color: 3725742.

HSL color Cylindrical-coordinate representation of color #AED938: hue angle of 76.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AED938 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 56 -
CMYK 0.20 0 0.74 0.15
HSL 76.02º 0.68% 0.54% -
HSV(B) 76.02º 0.74% 0.85% -
XYZ 42.98 58.91 12.85 -
YUV 185.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 174 217 56 0.20 0 0.74 0.15 76.02 0.68 0.54
Hex AE D9 38 14 0 4A F 4C 44 36
Octal 256 331 70 24 0 112 17 114 104 66
Binary 10101110 11011001 111000 10100 0 1001010 1111 1001100 1000100 110110

Color Harmonies of #AED938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED938

Black with #AED938

Text Example


Text Example

White with #AED938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED938; }

 p { color: rgb(174,217,56); }

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

background-color css

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

 a { background-color: rgb(174,217,56); }

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

border-color css

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

 span { border-color: rgb(174,217,56); }

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