Html Css Color HEX #0ADF4B Malachite

📋 copy color: '#0ADF4B'

red 10 ◦ green 223 ◦ blue 75

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

Shades of Malachite #0ADF4B

Tints of Malachite #0ADF4B

RGB

 RED value IS 10 (4.3% from 255) = 3.25%

 GREEN value IS 223 (87.5% from 255) = 72.4%

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

R = 3.25%
G = 72.4%
B = 24.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#0ADF4B (or 0x0ADF4B) is known color: Malachite. HEX triplet: 0A, DF and 4B. RGB value is (10,223,75). Sum of RGB (Red+Green+Blue) = 10+223+75=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADF4B is #F520B4. Grayscale: #8E8E8E. Windows color (decimal): -16064693 or 4972298. OLE color: 4972298.

HSL color Cylindrical-coordinate representation of color #0ADF4B: hue angle of 138.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF4B is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 223 75 -
CMYK 0.96 0 0.66 0.13
HSL 138.31º 0.91% 0.46% -
HSV(B) 138.31º 0.96% 0.87% -
XYZ 27.78 53.35 15.49 -
YUV 142.44 89.93 33.53 -
System Red Green Blue C M Y K H S L
Decimal 10 223 75 0.96 0 0.66 0.13 138.31 0.91 0.46
Hex A DF 4B 60 0 42 D 8A 5B 2E
Octal 12 337 113 140 0 102 15 212 133 56
Binary 1010 11011111 1001011 1100000 0 1000010 1101 10001010 1011011 101110

Color Harmonies of #0ADF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF4B

Black with #0ADF4B

Text Example


Text Example

White with #0ADF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,223,75); }

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

background-color css

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

 a { background-color: rgb(10,223,75); }

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

border-color css

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

 span { border-color: rgb(10,223,75); }

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