Html Css Color HEX #249966 Eucalyptus

📋 copy color: '#249966'

red 36 ◦ green 153 ◦ blue 102

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

Shades of Eucalyptus #249966

Tints of Eucalyptus #249966

RGB

 RED value IS 36 (14.45% from 255) = 12.37%

 GREEN value IS 153 (60.16% from 255) = 52.58%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 12.37%
G = 52.58%
B = 35.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#249966 (or 0x249966) is known color: Eucalyptus. HEX triplet: 24, 99 and 66. RGB value is (36,153,102). Sum of RGB (Red+Green+Blue) = 36+153+102=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #249966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249966 is #DB6699. Grayscale: #707070. Windows color (decimal): -14378650 or 6723876. OLE color: 6723876.

HSL color Cylindrical-coordinate representation of color #249966: hue angle of 153.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249966 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 153 102 -
CMYK 0.76 0 0.33 0.4
HSL 153.85º 0.62% 0.37% -
HSV(B) 153.85º 0.76% 0.6% -
XYZ 14.52 24.12 16.46 -
YUV 112.2 122.24 73.65 -
System Red Green Blue C M Y K H S L
Decimal 36 153 102 0.76 0 0.33 0.4 153.85 0.62 0.37
Hex 24 99 66 4C 0 21 28 9A 3E 25
Octal 44 231 146 114 0 41 50 232 76 45
Binary 100100 10011001 1100110 1001100 0 100001 101000 10011010 111110 100101

Color Harmonies of #249966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249966

Black with #249966

Text Example


Text Example

White with #249966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249966; }

 p { color: rgb(36,153,102); }

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

background-color css

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

 a { background-color: rgb(36,153,102); }

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

border-color css

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

 span { border-color: rgb(36,153,102); }

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