Html Css Color HEX #0CCB07 Free Speech Green

📋 copy color: '#0CCB07'

red 12 ◦ green 203 ◦ blue 7

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

Shades of Free Speech Green #0CCB07

Tints of Free Speech Green #0CCB07

RGB

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

 GREEN value IS 203 (79.69% from 255) = 91.44%

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 5.41%
G = 91.44%
B = 3.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#0CCB07 (or 0x0CCB07) is known color: Free Speech Green. HEX triplet: 0C, CB and 07. RGB value is (12,203,7). Sum of RGB (Red+Green+Blue) = 12+203+7=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 203 (79.69% from 255 or 91.44% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCB07 is #F334F8. Grayscale: #7C7C7C. Windows color (decimal): -15938809 or 510732. OLE color: 510732.

HSL color Cylindrical-coordinate representation of color #0CCB07: hue angle of 118.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CCB07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 203 7 -
CMYK 0.94 0 0.97 0.20
HSL 118.47º 0.93% 0.41% -
HSV(B) 118.47º 0.97% 0.8% -
XYZ 21.55 42.81 7.33 -
YUV 123.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 12 203 7 0.94 0 0.97 0.20 118.47 0.93 0.41
Hex C CB 7 5E 0 61 14 76 5D 29
Octal 14 313 7 136 0 141 24 166 135 51
Binary 1100 11001011 111 1011110 0 1100001 10100 1110110 1011101 101001

Color Harmonies of #0CCB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB07

Black with #0CCB07

Text Example


Text Example

White with #0CCB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,7); }

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

background-color css

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

 a { background-color: rgb(12,203,7); }

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

border-color css

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

 span { border-color: rgb(12,203,7); }

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