Html Css Color HEX #6AF027 Bright Green

📋 copy color: '#6AF027'

red 106 ◦ green 240 ◦ blue 39

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

Shades of Bright Green #6AF027

Tints of Bright Green #6AF027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.13%

R = 27.53%
G = 62.34%
B = 10.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#6AF027 (or 0x6AF027) is known color: Bright Green. HEX triplet: 6A, F0 and 27. RGB value is (106,240,39). Sum of RGB (Red+Green+Blue) = 106+240+39=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF027 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF027 is #950FD8. Grayscale: #B1B1B1. Windows color (decimal): -9768921 or 2617450. OLE color: 2617450.

HSL color Cylindrical-coordinate representation of color #6AF027: hue angle of 100º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AF027 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 39 -
CMYK 0.56 0 0.84 0.06
HSL 100º 0.87% 0.55% -
HSV(B) 100º 0.84% 0.94% -
XYZ 37.47 65.53 12.59 -
YUV 177.02 50.11 77.34 -
System Red Green Blue C M Y K H S L
Decimal 106 240 39 0.56 0 0.84 0.06 100 0.87 0.55
Hex 6A F0 27 38 0 54 6 64 57 37
Octal 152 360 47 70 0 124 6 144 127 67
Binary 1101010 11110000 100111 111000 0 1010100 110 1100100 1010111 110111

Color Harmonies of #6AF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF027

Black with #6AF027

Text Example


Text Example

White with #6AF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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