Html Css Color HEX #0CEB0A Free Speech Green

📋 copy color: '#0CEB0A'

red 12 ◦ green 235 ◦ blue 10

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

Shades of Free Speech Green #0CEB0A

Tints of Free Speech Green #0CEB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 4.67%
G = 91.44%
B = 3.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#0CEB0A (or 0x0CEB0A) is known color: Free Speech Green. HEX triplet: 0C, EB and 0A. RGB value is (12,235,10). Sum of RGB (Red+Green+Blue) = 12+235+10=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 235 (92.19% from 255 or 91.44% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEB0A is #F314F5. Grayscale: #8F8F8F. Windows color (decimal): -15930614 or 715532. OLE color: 715532.

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

Color convert

RGB 12 235 10 -
CMYK 0.95 0 0.96 0.08
HSL 119.47º 0.92% 0.48% -
HSV(B) 119.47º 0.96% 0.92% -
XYZ 29.91 59.52 10.2 -
YUV 142.67 53.12 34.8 -
System Red Green Blue C M Y K H S L
Decimal 12 235 10 0.95 0 0.96 0.08 119.47 0.92 0.48
Hex C EB A 5F 0 60 8 77 5C 30
Octal 14 353 12 137 0 140 10 167 134 60
Binary 1100 11101011 1010 1011111 0 1100000 1000 1110111 1011100 110000

Color Harmonies of #0CEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB0A

Black with #0CEB0A

Text Example


Text Example

White with #0CEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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