Html Css Color HEX #1CAF68 Jade

📋 copy color: '#1CAF68'

red 28 ◦ green 175 ◦ blue 104

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

Shades of Jade #1CAF68

Tints of Jade #1CAF68

RGB

 RED value IS 28 (11.33% from 255) = 9.12%

 GREEN value IS 175 (68.75% from 255) = 57%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 9.12%
G = 57%
B = 33.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#1CAF68 (or 0x1CAF68) is known color: Jade. HEX triplet: 1C, AF and 68. RGB value is (28,175,104). Sum of RGB (Red+Green+Blue) = 28+175+104=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF68 is #E35097. Grayscale: #7B7B7B. Windows color (decimal): -14897304 or 6860572. OLE color: 6860572.

HSL color Cylindrical-coordinate representation of color #1CAF68: hue angle of 151.02º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF68 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 104 -
CMYK 0.84 0 0.41 0.31
HSL 151.02º 0.72% 0.4% -
HSV(B) 151.02º 0.84% 0.69% -
XYZ 18.31 31.91 18.29 -
YUV 122.95 117.3 60.27 -
System Red Green Blue C M Y K H S L
Decimal 28 175 104 0.84 0 0.41 0.31 151.02 0.72 0.4
Hex 1C AF 68 54 0 29 1F 97 48 28
Octal 34 257 150 124 0 51 37 227 110 50
Binary 11100 10101111 1101000 1010100 0 101001 11111 10010111 1001000 101000

Color Harmonies of #1CAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF68

Black with #1CAF68

Text Example


Text Example

White with #1CAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAF68; }

 p { color: rgb(28,175,104); }

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

background-color css

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

 a { background-color: rgb(28,175,104); }

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

border-color css

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

 span { border-color: rgb(28,175,104); }

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