Html Css Color HEX #6ADC0F Bright Green

📋 copy color: '#6ADC0F'

red 106 ◦ green 220 ◦ blue 15

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

Shades of Bright Green #6ADC0F

Tints of Bright Green #6ADC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.52%

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 31.09%
G = 64.52%
B = 4.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#6ADC0F (or 0x6ADC0F) is known color: Bright Green. HEX triplet: 6A, DC and 0F. RGB value is (106,220,15). Sum of RGB (Red+Green+Blue) = 106+220+15=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC0F is #9523F0. Grayscale: #A3A3A3. Windows color (decimal): -9774065 or 1039466. OLE color: 1039466.

HSL color Cylindrical-coordinate representation of color #6ADC0F: hue angle of 93.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6ADC0F is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 15 -
CMYK 0.52 0 0.93 0.14
HSL 93.37º 0.87% 0.46% -
HSV(B) 93.37º 0.93% 0.86% -
XYZ 31.62 54.29 9.26 -
YUV 162.54 44.73 87.67 -
System Red Green Blue C M Y K H S L
Decimal 106 220 15 0.52 0 0.93 0.14 93.37 0.87 0.46
Hex 6A DC F 34 0 5D E 5D 57 2E
Octal 152 334 17 64 0 135 16 135 127 56
Binary 1101010 11011100 1111 110100 0 1011101 1110 1011101 1010111 101110

Color Harmonies of #6ADC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC0F

Black with #6ADC0F

Text Example


Text Example

White with #6ADC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,15); }

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

background-color css

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

 a { background-color: rgb(106,220,15); }

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

border-color css

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

 span { border-color: rgb(106,220,15); }

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