Html Css Color HEX #0CCB05 Free Speech Green

📋 copy color: '#0CCB05'

red 12 ◦ green 203 ◦ blue 5

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

Shades of Free Speech Green #0CCB05

Tints of Free Speech Green #0CCB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 5.45%
G = 92.27%
B = 2.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#0CCB05 (or 0x0CCB05) is known color: Free Speech Green. HEX triplet: 0C, CB and 05. RGB value is (12,203,5). Sum of RGB (Red+Green+Blue) = 12+203+5=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCB05 is #F334FA. Grayscale: #7B7B7B. Windows color (decimal): -15938811 or 379660. OLE color: 379660.

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

Color convert

RGB 12 203 5 -
CMYK 0.94 0 0.98 0.20
HSL 117.88º 0.95% 0.41% -
HSV(B) 117.88º 0.98% 0.8% -
XYZ 21.53 42.8 7.27 -
YUV 123.32 61.22 48.6 -
System Red Green Blue C M Y K H S L
Decimal 12 203 5 0.94 0 0.98 0.20 117.88 0.95 0.41
Hex C CB 5 5E 0 62 14 76 5F 29
Octal 14 313 5 136 0 142 24 166 137 51
Binary 1100 11001011 101 1011110 0 1100010 10100 1110110 1011111 101001

Color Harmonies of #0CCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB05

Black with #0CCB05

Text Example


Text Example

White with #0CCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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