Html Css Color HEX #0FD22A Dark Pastel Green

📋 copy color: '#0FD22A'

red 15 ◦ green 210 ◦ blue 42

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

Shades of Dark Pastel Green #0FD22A

Tints of Dark Pastel Green #0FD22A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 78.65%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 5.62%
G = 78.65%
B = 15.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#0FD22A (or 0x0FD22A) is known color: Dark Pastel Green. HEX triplet: 0F, D2 and 2A. RGB value is (15,210,42). Sum of RGB (Red+Green+Blue) = 15+210+42=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 210 (82.42% from 255 or 78.65% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD22A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD22A is #F02DD5. Grayscale: #858585. Windows color (decimal): -15740374 or 2806287. OLE color: 2806287.

HSL color Cylindrical-coordinate representation of color #0FD22A: hue angle of 128.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD22A is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 42 -
CMYK 0.93 0 0.8 0.18
HSL 128.31º 0.87% 0.44% -
HSV(B) 128.31º 0.93% 0.82% -
XYZ 23.66 46.36 9.89 -
YUV 132.54 76.9 44.16 -
System Red Green Blue C M Y K H S L
Decimal 15 210 42 0.93 0 0.8 0.18 128.31 0.87 0.44
Hex F D2 2A 5D 0 50 12 80 57 2C
Octal 17 322 52 135 0 120 22 200 127 54
Binary 1111 11010010 101010 1011101 0 1010000 10010 10000000 1010111 101100

Color Harmonies of #0FD22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD22A

Black with #0FD22A

Text Example


Text Example

White with #0FD22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,42); }

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

background-color css

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

 a { background-color: rgb(15,210,42); }

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

border-color css

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

 span { border-color: rgb(15,210,42); }

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