Html Css Color HEX #24A294 Java

📋 copy color: '#24A294'

red 36 ◦ green 162 ◦ blue 148

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

Shades of Java #24A294

Tints of Java #24A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.82%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 10.4%
G = 46.82%
B = 42.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#24A294 (or 0x24A294) is known color: Java. HEX triplet: 24, A2 and 94. RGB value is (36,162,148). Sum of RGB (Red+Green+Blue) = 36+162+148=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #24A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A294 is #DB5D6B. Grayscale: #7A7A7A. Windows color (decimal): -14376300 or 9740836. OLE color: 9740836.

HSL color Cylindrical-coordinate representation of color #24A294: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A294 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 162 148 -
CMYK 0.78 0 0.09 0.36
HSL 173.33º 0.64% 0.39% -
HSV(B) 173.33º 0.78% 0.64% -
XYZ 18.99 28.35 32.49 -
YUV 122.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 36 162 148 0.78 0 0.09 0.36 173.33 0.64 0.39
Hex 24 A2 94 4E 0 9 24 AD 40 27
Octal 44 242 224 116 0 11 44 255 100 47
Binary 100100 10100010 10010100 1001110 0 1001 100100 10101101 1000000 100111

Color Harmonies of #24A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A294

Black with #24A294

Text Example


Text Example

White with #24A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24A294; }

 p { color: rgb(36,162,148); }

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

background-color css

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

 a { background-color: rgb(36,162,148); }

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

border-color css

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

 span { border-color: rgb(36,162,148); }

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