Html Css Color HEX #0FE427 Free Speech Green

📋 copy color: '#0FE427'

red 15 ◦ green 228 ◦ blue 39

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

Shades of Free Speech Green #0FE427

Tints of Free Speech Green #0FE427

RGB

 RED value IS 15 (6.25% from 255) = 5.32%

 GREEN value IS 228 (89.45% from 255) = 80.85%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 5.32%
G = 80.85%
B = 13.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#0FE427 (or 0x0FE427) is known color: Free Speech Green. HEX triplet: 0F, E4 and 27. RGB value is (15,228,39). Sum of RGB (Red+Green+Blue) = 15+228+39=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 228 (89.45% from 255 or 80.85% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE427 is #F01BD8. Grayscale: #8F8F8F. Windows color (decimal): -15735769 or 2614287. OLE color: 2614287.

HSL color Cylindrical-coordinate representation of color #0FE427: hue angle of 126.76º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE427 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 39 -
CMYK 0.93 0 0.83 0.11
HSL 126.76º 0.88% 0.48% -
HSV(B) 126.76º 0.93% 0.89% -
XYZ 28.31 55.73 11.19 -
YUV 142.77 69.43 36.87 -
System Red Green Blue C M Y K H S L
Decimal 15 228 39 0.93 0 0.83 0.11 126.76 0.88 0.48
Hex F E4 27 5D 0 53 B 7F 58 30
Octal 17 344 47 135 0 123 13 177 130 60
Binary 1111 11100100 100111 1011101 0 1010011 1011 1111111 1011000 110000

Color Harmonies of #0FE427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE427

Black with #0FE427

Text Example


Text Example

White with #0FE427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,228,39); }

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

background-color css

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

 a { background-color: rgb(15,228,39); }

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

border-color css

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

 span { border-color: rgb(15,228,39); }

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