Html Css Color HEX #6AE70C Bright Green

📋 copy color: '#6AE70C'

red 106 ◦ green 231 ◦ blue 12

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

Shades of Bright Green #6AE70C

Tints of Bright Green #6AE70C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.19%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 30.37%
G = 66.19%
B = 3.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#6AE70C (or 0x6AE70C) is known color: Bright Green. HEX triplet: 6A, E7 and 0C. RGB value is (106,231,12). Sum of RGB (Red+Green+Blue) = 106+231+12=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AE70C is #9518F3. Grayscale: #A9A9A9. Windows color (decimal): -9771252 or 845674. OLE color: 845674.

HSL color Cylindrical-coordinate representation of color #6AE70C: hue angle of 94.25º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AE70C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 231 12 -
CMYK 0.54 0 0.95 0.09
HSL 94.25º 0.9% 0.48% -
HSV(B) 94.25º 0.95% 0.91% -
XYZ 34.59 60.24 10.15 -
YUV 168.66 39.59 83.31 -
System Red Green Blue C M Y K H S L
Decimal 106 231 12 0.54 0 0.95 0.09 94.25 0.9 0.48
Hex 6A E7 C 36 0 5F 9 5E 5A 30
Octal 152 347 14 66 0 137 11 136 132 60
Binary 1101010 11100111 1100 110110 0 1011111 1001 1011110 1011010 110000

Color Harmonies of #6AE70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE70C

Black with #6AE70C

Text Example


Text Example

White with #6AE70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,231,12); }

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

background-color css

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

 a { background-color: rgb(106,231,12); }

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

border-color css

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

 span { border-color: rgb(106,231,12); }

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