Html Css Color HEX #0FD02D Dark Pastel Green

📋 copy color: '#0FD02D'

red 15 ◦ green 208 ◦ blue 45

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

Shades of Dark Pastel Green #0FD02D

Tints of Dark Pastel Green #0FD02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.61%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 5.6%
G = 77.61%
B = 16.79%

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

#0FD02D (or 0x0FD02D) is known color: Dark Pastel Green. HEX triplet: 0F, D0 and 2D. RGB value is (15,208,45). Sum of RGB (Red+Green+Blue) = 15+208+45=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD02D is #F02FD2. Grayscale: #848484. Windows color (decimal): -15740883 or 3002383. OLE color: 3002383.

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

Color convert

RGB 15 208 45 -
CMYK 0.93 0 0.78 0.18
HSL 129.33º 0.87% 0.44% -
HSV(B) 129.33º 0.93% 0.82% -
XYZ 23.23 45.4 10.02 -
YUV 131.71 79.06 44.75 -
System Red Green Blue C M Y K H S L
Decimal 15 208 45 0.93 0 0.78 0.18 129.33 0.87 0.44
Hex F D0 2D 5D 0 4E 12 81 57 2C
Octal 17 320 55 135 0 116 22 201 127 54
Binary 1111 11010000 101101 1011101 0 1001110 10010 10000001 1010111 101100

Color Harmonies of #0FD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD02D

Black with #0FD02D

Text Example


Text Example

White with #0FD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,45); }

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

background-color css

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

 a { background-color: rgb(15,208,45); }

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

border-color css

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

 span { border-color: rgb(15,208,45); }

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