Html Css Color HEX #D0F9DA Off Green

📋 copy color: '#D0F9DA'

red 208 ◦ green 249 ◦ blue 218

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

Shades of Off Green #D0F9DA

Tints of Off Green #D0F9DA

RGB

 RED value IS 208 (81.64% from 255) = 30.81%

 GREEN value IS 249 (97.66% from 255) = 36.89%

 BLUE value IS 218 (85.55% from 255) = 32.3%

R = 30.81%
G = 36.89%
B = 32.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D0F9DA (or 0xD0F9DA) is known color: Off Green. HEX triplet: D0, F9 and DA. RGB value is (208,249,218). Sum of RGB (Red+Green+Blue) = 208+249+218=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9DA is #2F0625. Grayscale: #E9E9E9. Windows color (decimal): -3081766 or 14350800. OLE color: 14350800.

HSL color Cylindrical-coordinate representation of color #D0F9DA: hue angle of 134.63º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9DA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 218 -
CMYK 0.16 0 0.12 0.02
HSL 134.63º 0.77% 0.9% -
HSV(B) 134.63º 0.16% 0.98% -
XYZ 72.54 86.22 79.15 -
YUV 233.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 208 249 218 0.16 0 0.12 0.02 134.63 0.77 0.9
Hex D0 F9 DA 10 0 C 2 87 4D 5A
Octal 320 371 332 20 0 14 2 207 115 132
Binary 11010000 11111001 11011010 10000 0 1100 10 10000111 1001101 1011010

Color Harmonies of #D0F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F9DA

Black with #D0F9DA

Text Example


Text Example

White with #D0F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F9DA; }

 p { color: rgb(208,249,218); }

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

background-color css

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

 a { background-color: rgb(208,249,218); }

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

border-color css

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

 span { border-color: rgb(208,249,218); }

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