Html Css Color HEX #6AEB0C Bright Green

📋 copy color: '#6AEB0C'

red 106 ◦ green 235 ◦ blue 12

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

Shades of Bright Green #6AEB0C

Tints of Bright Green #6AEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.57%

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

R = 30.03%
G = 66.57%
B = 3.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#6AEB0C (or 0x6AEB0C) is known color: Bright Green. HEX triplet: 6A, EB and 0C. RGB value is (106,235,12). Sum of RGB (Red+Green+Blue) = 106+235+12=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 235 (92.19% from 255 or 66.57% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEB0C is #9514F3. Grayscale: #ABABAB. Windows color (decimal): -9770228 or 846698. OLE color: 846698.

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

Color convert

RGB 106 235 12 -
CMYK 0.55 0 0.95 0.08
HSL 94.71º 0.9% 0.48% -
HSV(B) 94.71º 0.95% 0.92% -
XYZ 35.72 62.51 10.53 -
YUV 171.01 38.26 81.63 -
System Red Green Blue C M Y K H S L
Decimal 106 235 12 0.55 0 0.95 0.08 94.71 0.9 0.48
Hex 6A EB C 37 0 5F 8 5F 5A 30
Octal 152 353 14 67 0 137 10 137 132 60
Binary 1101010 11101011 1100 110111 0 1011111 1000 1011111 1011010 110000

Color Harmonies of #6AEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEB0C

Black with #6AEB0C

Text Example


Text Example

White with #6AEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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