Html Css Color HEX #0CE706 Free Speech Green

📋 copy color: '#0CE706'

red 12 ◦ green 231 ◦ blue 6

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

Shades of Free Speech Green #0CE706

Tints of Free Speech Green #0CE706

RGB

 RED value IS 12 (5.08% from 255) = 4.82%

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 4.82%
G = 92.77%
B = 2.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#0CE706 (or 0x0CE706) is known color: Free Speech Green. HEX triplet: 0C, E7 and 06. RGB value is (12,231,6). Sum of RGB (Red+Green+Blue) = 12+231+6=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 231 (90.62% from 255 or 92.77% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE706 is #F318F9. Grayscale: #8C8C8C. Windows color (decimal): -15931642 or 452364. OLE color: 452364.

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

Color convert

RGB 12 231 6 -
CMYK 0.95 0 0.97 0.09
HSL 118.4º 0.95% 0.46% -
HSV(B) 118.4º 0.97% 0.91% -
XYZ 28.76 57.24 9.71 -
YUV 139.87 52.45 36.8 -
System Red Green Blue C M Y K H S L
Decimal 12 231 6 0.95 0 0.97 0.09 118.4 0.95 0.46
Hex C E7 6 5F 0 61 9 76 5F 2E
Octal 14 347 6 137 0 141 11 166 137 56
Binary 1100 11100111 110 1011111 0 1100001 1001 1110110 1011111 101110

Color Harmonies of #0CE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE706

Black with #0CE706

Text Example


Text Example

White with #0CE706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CE706; }

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

 H1.HeaderClassName
 {
   color: #0CE706;
 }
 .AnyTagClassName
 {
   color: #0CE706;
 }
</style>

background-color css

<style>
 a { background-color: #0CE706; }

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

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

border-color css

<style>
 span { border-color: #0CE706; }

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

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