Html Css Color HEX #6AFD0C Bright Green

📋 copy color: '#6AFD0C'

red 106 ◦ green 253 ◦ blue 12

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

Shades of Bright Green #6AFD0C

Tints of Bright Green #6AFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.19%

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

R = 28.57%
G = 68.19%
B = 3.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#6AFD0C (or 0x6AFD0C) is known color: Bright Green. HEX triplet: 6A, FD and 0C. RGB value is (106,253,12). Sum of RGB (Red+Green+Blue) = 106+253+12=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFD0C is #9502F3. Grayscale: #B6B6B6. Windows color (decimal): -9765620 or 851306. OLE color: 851306.

HSL color Cylindrical-coordinate representation of color #6AFD0C: hue angle of 96.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AFD0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 253 12 -
CMYK 0.58 0 0.95 0.01
HSL 96.6º 0.98% 0.52% -
HSV(B) 96.6º 0.95% 0.99% -
XYZ 41.14 73.34 12.34 -
YUV 181.57 32.3 74.1 -
System Red Green Blue C M Y K H S L
Decimal 106 253 12 0.58 0 0.95 0.01 96.6 0.98 0.52
Hex 6A FD C 3A 0 5F 1 61 62 34
Octal 152 375 14 72 0 137 1 141 142 64
Binary 1101010 11111101 1100 111010 0 1011111 1 1100001 1100010 110100

Color Harmonies of #6AFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFD0C

Black with #6AFD0C

Text Example


Text Example

White with #6AFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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