Html Css Color HEX #0AF230 Free Speech Green

📋 copy color: '#0AF230'

red 10 ◦ green 242 ◦ blue 48

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

Shades of Free Speech Green #0AF230

Tints of Free Speech Green #0AF230

RGB

 RED value IS 10 (4.3% from 255) = 3.33%

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

 BLUE value IS 48 (19.14% from 255) = 16%

R = 3.33%
G = 80.67%
B = 16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#0AF230 (or 0x0AF230) is known color: Free Speech Green. HEX triplet: 0A, F2 and 30. RGB value is (10,242,48). Sum of RGB (Red+Green+Blue) = 10+242+48=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 242 (94.92% from 255 or 80.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF230 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF230 is #F50DCF. Grayscale: #979797. Windows color (decimal): -16059856 or 3207690. OLE color: 3207690.

HSL color Cylindrical-coordinate representation of color #0AF230: hue angle of 129.83º degrees, saturation: 0.92, 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 #0AF230 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 48 -
CMYK 0.96 0 0.80 0.05
HSL 129.83º 0.92% 0.49% -
HSV(B) 129.83º 0.96% 0.95% -
XYZ 32.41 63.78 13.4 -
YUV 150.52 70.14 27.77 -
System Red Green Blue C M Y K H S L
Decimal 10 242 48 0.96 0 0.80 0.05 129.83 0.92 0.49
Hex A F2 30 60 0 50 5 82 5C 31
Octal 12 362 60 140 0 120 5 202 134 61
Binary 1010 11110010 110000 1100000 0 1010000 101 10000010 1011100 110001

Color Harmonies of #0AF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF230

Black with #0AF230

Text Example


Text Example

White with #0AF230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,48); }

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

background-color css

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

 a { background-color: rgb(10,242,48); }

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

border-color css

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

 span { border-color: rgb(10,242,48); }

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