Html Css Color HEX #0CEB09 Free Speech Green

📋 copy color: '#0CEB09'

red 12 ◦ green 235 ◦ blue 9

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

Shades of Free Speech Green #0CEB09

Tints of Free Speech Green #0CEB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 4.69%
G = 91.8%
B = 3.52%

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

#0CEB09 (or 0x0CEB09) is known color: Free Speech Green. HEX triplet: 0C, EB and 09. RGB value is (12,235,9). Sum of RGB (Red+Green+Blue) = 12+235+9=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 235 (92.19% from 255 or 91.80% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEB09 is #F314F6. Grayscale: #8F8F8F. Windows color (decimal): -15930615 or 649996. OLE color: 649996.

HSL color Cylindrical-coordinate representation of color #0CEB09: hue angle of 119.2º degrees, saturation: 0.93, 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 #0CEB09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 235 9 -
CMYK 0.95 0 0.96 0.08
HSL 119.2º 0.93% 0.48% -
HSV(B) 119.2º 0.96% 0.92% -
XYZ 29.91 59.51 10.17 -
YUV 142.56 52.62 34.88 -
System Red Green Blue C M Y K H S L
Decimal 12 235 9 0.95 0 0.96 0.08 119.2 0.93 0.48
Hex C EB 9 5F 0 60 8 77 5D 30
Octal 14 353 11 137 0 140 10 167 135 60
Binary 1100 11101011 1001 1011111 0 1100000 1000 1110111 1011101 110000

Color Harmonies of #0CEB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB09

Black with #0CEB09

Text Example


Text Example

White with #0CEB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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