Html Css Color HEX #6AF042 Screamin' Green

📋 copy color: '#6AF042'

red 106 ◦ green 240 ◦ blue 66

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

Shades of Screamin' Green #6AF042

Tints of Screamin' Green #6AF042

RGB

 RED value IS 106 (41.8% from 255) = 25.73%

 GREEN value IS 240 (94.14% from 255) = 58.25%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 25.73%
G = 58.25%
B = 16.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#6AF042 (or 0x6AF042) is known color: Screamin' Green. HEX triplet: 6A, F0 and 42. RGB value is (106,240,66). Sum of RGB (Red+Green+Blue) = 106+240+66=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF042 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF042 is #950FBD. Grayscale: #B4B4B4. Windows color (decimal): -9768894 or 4386922. OLE color: 4386922.

HSL color Cylindrical-coordinate representation of color #6AF042: hue angle of 106.21º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AF042 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 66 -
CMYK 0.56 0 0.72 0.06
HSL 106.21º 0.85% 0.6% -
HSV(B) 106.21º 0.73% 0.94% -
XYZ 38.09 65.78 15.84 -
YUV 180.1 63.61 75.15 -
System Red Green Blue C M Y K H S L
Decimal 106 240 66 0.56 0 0.72 0.06 106.21 0.85 0.6
Hex 6A F0 42 38 0 48 6 6A 55 3C
Octal 152 360 102 70 0 110 6 152 125 74
Binary 1101010 11110000 1000010 111000 0 1001000 110 1101010 1010101 111100

Color Harmonies of #6AF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF042

Black with #6AF042

Text Example


Text Example

White with #6AF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AF042; }

 p { color: rgb(106,240,66); }

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

background-color css

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

 a { background-color: rgb(106,240,66); }

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

border-color css

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

 span { border-color: rgb(106,240,66); }

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