Html Css Color HEX #18BA4B Dark Pastel Green

📋 copy color: '#18BA4B'

red 24 ◦ green 186 ◦ blue 75

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

Shades of Dark Pastel Green #18BA4B

Tints of Dark Pastel Green #18BA4B

RGB

 RED value IS 24 (9.77% from 255) = 8.42%

 GREEN value IS 186 (73.05% from 255) = 65.26%

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 8.42%
G = 65.26%
B = 26.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#18BA4B (or 0x18BA4B) is known color: Dark Pastel Green. HEX triplet: 18, BA and 4B. RGB value is (24,186,75). Sum of RGB (Red+Green+Blue) = 24+186+75=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA4B is #E745B4. Grayscale: #7D7D7D. Windows color (decimal): -15156661 or 4962840. OLE color: 4962840.

HSL color Cylindrical-coordinate representation of color #18BA4B: hue angle of 138.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA4B is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 75 -
CMYK 0.87 0 0.60 0.27
HSL 138.89º 0.77% 0.41% -
HSV(B) 138.89º 0.87% 0.73% -
XYZ 19.21 35.82 12.56 -
YUV 124.91 99.83 56.03 -
System Red Green Blue C M Y K H S L
Decimal 24 186 75 0.87 0 0.60 0.27 138.89 0.77 0.41
Hex 18 BA 4B 57 0 3C 1B 8B 4D 29
Octal 30 272 113 127 0 74 33 213 115 51
Binary 11000 10111010 1001011 1010111 0 111100 11011 10001011 1001101 101001

Color Harmonies of #18BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA4B

Black with #18BA4B

Text Example


Text Example

White with #18BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BA4B; }

 p { color: rgb(24,186,75); }

 H1.HeaderClassName
 {
   color: #18BA4B;
 }
 .AnyTagClassName
 {
   color: #18BA4B;
 }
</style>

background-color css

<style>
 a { background-color: #18BA4B; }

 a { background-color: rgb(24,186,75); }

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

border-color css

<style>
 span { border-color: #18BA4B; }

 span { border-color: rgb(24,186,75); }

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