Html Css Color HEX #09CA03 Free Speech Green

📋 copy color: '#09CA03'

red 9 ◦ green 202 ◦ blue 3

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

Shades of Free Speech Green #09CA03

Tints of Free Speech Green #09CA03

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

 GREEN value IS 202 (79.3% from 255) = 94.39%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 4.21%
G = 94.39%
B = 1.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#09CA03 (or 0x09CA03) is known color: Free Speech Green. HEX triplet: 09, CA and 03. RGB value is (9,202,3). Sum of RGB (Red+Green+Blue) = 9+202+3=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 202 (79.30% from 255 or 94.39% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA03 is #F635FC. Grayscale: #7A7A7A. Windows color (decimal): -16135677 or 248329. OLE color: 248329.

HSL color Cylindrical-coordinate representation of color #09CA03: hue angle of 118.19º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09CA03 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 3 -
CMYK 0.96 0 0.99 0.21
HSL 118.19º 0.97% 0.4% -
HSV(B) 118.19º 0.99% 0.79% -
XYZ 21.25 42.31 7.13 -
YUV 121.61 61.06 47.68 -
System Red Green Blue C M Y K H S L
Decimal 9 202 3 0.96 0 0.99 0.21 118.19 0.97 0.4
Hex 9 CA 3 60 0 63 15 76 61 28
Octal 11 312 3 140 0 143 25 166 141 50
Binary 1001 11001010 11 1100000 0 1100011 10101 1110110 1100001 101000

Color Harmonies of #09CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA03

Black with #09CA03

Text Example


Text Example

White with #09CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CA03; }

 p { color: rgb(9,202,3); }

 H1.HeaderClassName
 {
   color: #09CA03;
 }
 .AnyTagClassName
 {
   color: #09CA03;
 }
</style>

background-color css

<style>
 a { background-color: #09CA03; }

 a { background-color: rgb(9,202,3); }

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

border-color css

<style>
 span { border-color: #09CA03; }

 span { border-color: rgb(9,202,3); }

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