Html Css Color HEX #A7D248 Atlantis

📋 copy color: '#A7D248'

red 167 ◦ green 210 ◦ blue 72

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

Shades of Atlantis #A7D248

Tints of Atlantis #A7D248

RGB

 RED value IS 167 (65.63% from 255) = 37.19%

 GREEN value IS 210 (82.42% from 255) = 46.77%

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 37.19%
G = 46.77%
B = 16.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#A7D248 (or 0xA7D248) is known color: Atlantis. HEX triplet: A7, D2 and 48. RGB value is (167,210,72). Sum of RGB (Red+Green+Blue) = 167+210+72=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D248 is #582DB7. Grayscale: #B5B5B5. Windows color (decimal): -5778872 or 4772519. OLE color: 4772519.

HSL color Cylindrical-coordinate representation of color #A7D248: hue angle of 78.7º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7D248 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 210 72 -
CMYK 0.20 0 0.66 0.18
HSL 78.7º 0.61% 0.55% -
HSV(B) 78.7º 0.66% 0.82% -
XYZ 40.15 54.78 14.59 -
YUV 181.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 167 210 72 0.20 0 0.66 0.18 78.7 0.61 0.55
Hex A7 D2 48 14 0 42 12 4F 3D 37
Octal 247 322 110 24 0 102 22 117 75 67
Binary 10100111 11010010 1001000 10100 0 1000010 10010 1001111 111101 110111

Color Harmonies of #A7D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D248

Black with #A7D248

Text Example


Text Example

White with #A7D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D248; }

 p { color: rgb(167,210,72); }

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

background-color css

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

 a { background-color: rgb(167,210,72); }

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

border-color css

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

 span { border-color: rgb(167,210,72); }

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