Html Css Color HEX #0FCA2E Dark Pastel Green

📋 copy color: '#0FCA2E'

red 15 ◦ green 202 ◦ blue 46

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

Shades of Dark Pastel Green #0FCA2E

Tints of Dark Pastel Green #0FCA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 76.81%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 5.7%
G = 76.81%
B = 17.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#0FCA2E (or 0x0FCA2E) is known color: Dark Pastel Green. HEX triplet: 0F, CA and 2E. RGB value is (15,202,46). Sum of RGB (Red+Green+Blue) = 15+202+46=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCA2E is #F035D1. Grayscale: #808080. Windows color (decimal): -15742418 or 3066383. OLE color: 3066383.

HSL color Cylindrical-coordinate representation of color #0FCA2E: hue angle of 129.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA2E is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 202 46 -
CMYK 0.93 0 0.77 0.21
HSL 129.95º 0.86% 0.43% -
HSV(B) 129.95º 0.93% 0.79% -
XYZ 21.81 42.54 9.65 -
YUV 128.3 81.55 47.18 -
System Red Green Blue C M Y K H S L
Decimal 15 202 46 0.93 0 0.77 0.21 129.95 0.86 0.43
Hex F CA 2E 5D 0 4D 15 82 56 2B
Octal 17 312 56 135 0 115 25 202 126 53
Binary 1111 11001010 101110 1011101 0 1001101 10101 10000010 1010110 101011

Color Harmonies of #0FCA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA2E

Black with #0FCA2E

Text Example


Text Example

White with #0FCA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,46); }

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

background-color css

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

 a { background-color: rgb(15,202,46); }

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

border-color css

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

 span { border-color: rgb(15,202,46); }

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