Html Css Color HEX #7AF970 Screamin' Green

📋 copy color: '#7AF970'

red 122 ◦ green 249 ◦ blue 112

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

Shades of Screamin' Green #7AF970

Tints of Screamin' Green #7AF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.55%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 25.26%
G = 51.55%
B = 23.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#7AF970 (or 0x7AF970) is known color: Screamin' Green. HEX triplet: 7A, F9 and 70. RGB value is (122,249,112). Sum of RGB (Red+Green+Blue) = 122+249+112=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF970 is #85068F. Grayscale: #C3C3C3. Windows color (decimal): -8717968 or 7403898. OLE color: 7403898.

HSL color Cylindrical-coordinate representation of color #7AF970: hue angle of 115.62º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AF970 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 249 112 -
CMYK 0.51 0 0.55 0.02
HSL 115.62º 0.92% 0.71% -
HSV(B) 115.62º 0.55% 0.98% -
XYZ 44.83 73.06 27.07 -
YUV 195.41 80.92 75.64 -
System Red Green Blue C M Y K H S L
Decimal 122 249 112 0.51 0 0.55 0.02 115.62 0.92 0.71
Hex 7A F9 70 33 0 37 2 74 5C 47
Octal 172 371 160 63 0 67 2 164 134 107
Binary 1111010 11111001 1110000 110011 0 110111 10 1110100 1011100 1000111

Color Harmonies of #7AF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF970

Black with #7AF970

Text Example


Text Example

White with #7AF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,249,112); }

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

background-color css

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

 a { background-color: rgb(122,249,112); }

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

border-color css

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

 span { border-color: rgb(122,249,112); }

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