Html Css Color HEX #09F21B Free Speech Green

📋 copy color: '#09F21B'

red 9 ◦ green 242 ◦ blue 27

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

Shades of Free Speech Green #09F21B

Tints of Free Speech Green #09F21B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 87.05%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 3.24%
G = 87.05%
B = 9.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#09F21B (or 0x09F21B) is known color: Free Speech Green. HEX triplet: 09, F2 and 1B. RGB value is (9,242,27). Sum of RGB (Red+Green+Blue) = 9+242+27=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 242 (94.92% from 255 or 87.05% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 242 - color contains mainly: green. Hex color #09F21B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F21B is #F60DE4. Grayscale: #949494. Windows color (decimal): -16125413 or 1831433. OLE color: 1831433.

HSL color Cylindrical-coordinate representation of color #09F21B: hue angle of 124.64º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F21B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 242 27 -
CMYK 0.96 0 0.89 0.05
HSL 124.64º 0.93% 0.49% -
HSV(B) 124.64º 0.96% 0.95% -
XYZ 32.06 63.64 11.63 -
YUV 147.82 59.81 28.98 -
System Red Green Blue C M Y K H S L
Decimal 9 242 27 0.96 0 0.89 0.05 124.64 0.93 0.49
Hex 9 F2 1B 60 0 59 5 7D 5D 31
Octal 11 362 33 140 0 131 5 175 135 61
Binary 1001 11110010 11011 1100000 0 1011001 101 1111101 1011101 110001

Color Harmonies of #09F21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F21B

Black with #09F21B

Text Example


Text Example

White with #09F21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,242,27); }

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

background-color css

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

 a { background-color: rgb(9,242,27); }

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

border-color css

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

 span { border-color: rgb(9,242,27); }

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