Html Css Color HEX #7AEE32 Atlantis

📋 copy color: '#7AEE32'

red 122 ◦ green 238 ◦ blue 50

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

Shades of Atlantis #7AEE32

Tints of Atlantis #7AEE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 58.05%

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

R = 29.76%
G = 58.05%
B = 12.2%

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

#7AEE32 (or 0x7AEE32) is known color: Atlantis. HEX triplet: 7A, EE and 32. RGB value is (122,238,50). Sum of RGB (Red+Green+Blue) = 122+238+50=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEE32 is #8511CD. Grayscale: #B6B6B6. Windows color (decimal): -8720846 or 3337850. OLE color: 3337850.

HSL color Cylindrical-coordinate representation of color #7AEE32: hue angle of 97.02º degrees, saturation: 0.85, 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 #7AEE32 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 238 50 -
CMYK 0.49 0 0.79 0.07
HSL 97.02º 0.85% 0.56% -
HSV(B) 97.02º 0.79% 0.93% -
XYZ 39.18 65.52 13.6 -
YUV 181.88 53.57 85.29 -
System Red Green Blue C M Y K H S L
Decimal 122 238 50 0.49 0 0.79 0.07 97.02 0.85 0.56
Hex 7A EE 32 31 0 4F 7 61 55 38
Octal 172 356 62 61 0 117 7 141 125 70
Binary 1111010 11101110 110010 110001 0 1001111 111 1100001 1010101 111000

Color Harmonies of #7AEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEE32

Black with #7AEE32

Text Example


Text Example

White with #7AEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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