Html Css Color HEX #7AED32 Atlantis

📋 copy color: '#7AED32'

red 122 ◦ green 237 ◦ blue 50

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

Shades of Atlantis #7AED32

Tints of Atlantis #7AED32

RGB

 RED value IS 122 (48.05% from 255) = 29.83%

 GREEN value IS 237 (92.97% from 255) = 57.95%

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 29.83%
G = 57.95%
B = 12.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#7AED32 (or 0x7AED32) is known color: Atlantis. HEX triplet: 7A, ED and 32. RGB value is (122,237,50). Sum of RGB (Red+Green+Blue) = 122+237+50=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AED32 is #8512CD. Grayscale: #B5B5B5. Windows color (decimal): -8721102 or 3337594. OLE color: 3337594.

HSL color Cylindrical-coordinate representation of color #7AED32: hue angle of 96.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AED32 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 50 -
CMYK 0.49 0 0.79 0.07
HSL 96.9º 0.84% 0.56% -
HSV(B) 96.9º 0.79% 0.93% -
XYZ 38.89 64.94 13.5 -
YUV 181.3 53.9 85.71 -
System Red Green Blue C M Y K H S L
Decimal 122 237 50 0.49 0 0.79 0.07 96.9 0.84 0.56
Hex 7A ED 32 31 0 4F 7 61 54 38
Octal 172 355 62 61 0 117 7 141 124 70
Binary 1111010 11101101 110010 110001 0 1001111 111 1100001 1010100 111000

Color Harmonies of #7AED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AED32

Black with #7AED32

Text Example


Text Example

White with #7AED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AED32; }

 p { color: rgb(122,237,50); }

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

background-color css

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

 a { background-color: rgb(122,237,50); }

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

border-color css

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

 span { border-color: rgb(122,237,50); }

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