Html Css Color HEX #00CB18 Dark Pastel Green

📋 copy color: '#00CB18'

red 0 ◦ green 203 ◦ blue 24

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

Shades of Dark Pastel Green #00CB18

Tints of Dark Pastel Green #00CB18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 203 (79.69% from 255) = 89.43%

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 0%
G = 89.43%
B = 10.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#00CB18 (or 0x00CB18) is known color: Dark Pastel Green. HEX triplet: 00, CB and 18. RGB value is (0,203,24). Sum of RGB (Red+Green+Blue) = 0+203+24=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 203 (79.69% from 255 or 89.43% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB18 is #FF34E7. Grayscale: #7A7A7A. Windows color (decimal): -16725224 or 1624832. OLE color: 1624832.

HSL color Cylindrical-coordinate representation of color #00CB18: hue angle of 127.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB18 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 24 -
CMYK 1 0 0.88 0.20
HSL 127.09º 1% 0.4% -
HSV(B) 127.09º 1% 0.8% -
XYZ 21.52 42.78 7.99 -
YUV 121.9 72.75 41.05 -
System Red Green Blue C M Y K H S L
Decimal 0 203 24 1 0 0.88 0.20 127.09 1 0.4
Hex 0 CB 18 64 0 58 14 7F 64 28
Octal 0 313 30 144 0 130 24 177 144 50
Binary 0 11001011 11000 1100100 0 1011000 10100 1111111 1100100 101000

Color Harmonies of #00CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CB18

Black with #00CB18

Text Example


Text Example

White with #00CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CB18; }

 p { color: rgb(0,203,24); }

 H1.HeaderClassName
 {
   color: #00CB18;
 }
 .AnyTagClassName
 {
   color: #00CB18;
 }
</style>

background-color css

<style>
 a { background-color: #00CB18; }

 a { background-color: rgb(0,203,24); }

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

border-color css

<style>
 span { border-color: #00CB18; }

 span { border-color: rgb(0,203,24); }

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