Html Css Color HEX #90C268 Olivine

📋 copy color: '#90C268'

red 144 ◦ green 194 ◦ blue 104

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

Shades of Olivine #90C268

Tints of Olivine #90C268

RGB

 RED value IS 144 (56.64% from 255) = 32.58%

 GREEN value IS 194 (76.17% from 255) = 43.89%

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

R = 32.58%
G = 43.89%
B = 23.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#90C268 (or 0x90C268) is known color: Olivine. HEX triplet: 90, C2 and 68. RGB value is (144,194,104). Sum of RGB (Red+Green+Blue) = 144+194+104=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #90C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C268 is #6F3D97. Grayscale: #A9A9A9. Windows color (decimal): -7290264 or 6865552. OLE color: 6865552.

HSL color Cylindrical-coordinate representation of color #90C268: hue angle of 93.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90C268 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 194 104 -
CMYK 0.26 0 0.46 0.24
HSL 93.33º 0.42% 0.58% -
HSV(B) 93.33º 0.46% 0.76% -
XYZ 33.29 45.51 20.13 -
YUV 168.79 91.44 110.32 -
System Red Green Blue C M Y K H S L
Decimal 144 194 104 0.26 0 0.46 0.24 93.33 0.42 0.58
Hex 90 C2 68 1A 0 2E 18 5D 2A 3A
Octal 220 302 150 32 0 56 30 135 52 72
Binary 10010000 11000010 1101000 11010 0 101110 11000 1011101 101010 111010

Color Harmonies of #90C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C268

Black with #90C268

Text Example


Text Example

White with #90C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90C268; }

 p { color: rgb(144,194,104); }

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

background-color css

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

 a { background-color: rgb(144,194,104); }

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

border-color css

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

 span { border-color: rgb(144,194,104); }

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