Html Css Color HEX #0FD22F Dark Pastel Green

📋 copy color: '#0FD22F'

red 15 ◦ green 210 ◦ blue 47

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

Shades of Dark Pastel Green #0FD22F

Tints of Dark Pastel Green #0FD22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 5.51%
G = 77.21%
B = 17.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#0FD22F (or 0x0FD22F) is known color: Dark Pastel Green. HEX triplet: 0F, D2 and 2F. RGB value is (15,210,47). Sum of RGB (Red+Green+Blue) = 15+210+47=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD22F is #F02DD0. Grayscale: #858585. Windows color (decimal): -15740369 or 3133967. OLE color: 3133967.

HSL color Cylindrical-coordinate representation of color #0FD22F: hue angle of 129.85º 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 #0FD22F is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 47 -
CMYK 0.93 0 0.78 0.18
HSL 129.85º 0.87% 0.44% -
HSV(B) 129.85º 0.93% 0.82% -
XYZ 23.76 46.4 10.39 -
YUV 133.11 79.4 43.75 -
System Red Green Blue C M Y K H S L
Decimal 15 210 47 0.93 0 0.78 0.18 129.85 0.87 0.44
Hex F D2 2F 5D 0 4E 12 82 57 2C
Octal 17 322 57 135 0 116 22 202 127 54
Binary 1111 11010010 101111 1011101 0 1001110 10010 10000010 1010111 101100

Color Harmonies of #0FD22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD22F

Black with #0FD22F

Text Example


Text Example

White with #0FD22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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