Html Css Color HEX #7AF136 Atlantis

📋 copy color: '#7AF136'

red 122 ◦ green 241 ◦ blue 54

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

Shades of Atlantis #7AF136

Tints of Atlantis #7AF136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.79%

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 29.26%
G = 57.79%
B = 12.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#7AF136 (or 0x7AF136) is known color: Atlantis. HEX triplet: 7A, F1 and 36. RGB value is (122,241,54). Sum of RGB (Red+Green+Blue) = 122+241+54=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF136 is #850EC9. Grayscale: #B8B8B8. Windows color (decimal): -8720074 or 3600762. OLE color: 3600762.

HSL color Cylindrical-coordinate representation of color #7AF136: hue angle of 98.18º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AF136 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 241 54 -
CMYK 0.49 0 0.78 0.05
HSL 98.18º 0.87% 0.58% -
HSV(B) 98.18º 0.78% 0.95% -
XYZ 40.15 67.31 14.37 -
YUV 184.1 54.58 83.71 -
System Red Green Blue C M Y K H S L
Decimal 122 241 54 0.49 0 0.78 0.05 98.18 0.87 0.58
Hex 7A F1 36 31 0 4E 5 62 57 3A
Octal 172 361 66 61 0 116 5 142 127 72
Binary 1111010 11110001 110110 110001 0 1001110 101 1100010 1010111 111010

Color Harmonies of #7AF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF136

Black with #7AF136

Text Example


Text Example

White with #7AF136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,241,54); }

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

background-color css

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

 a { background-color: rgb(122,241,54); }

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

border-color css

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

 span { border-color: rgb(122,241,54); }

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