Html Css Color HEX #90C114 Citrus

📋 copy color: '#90C114'

red 144 ◦ green 193 ◦ blue 20

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

Shades of Citrus #90C114

Tints of Citrus #90C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.06%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 40.34%
G = 54.06%
B = 5.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#90C114 (or 0x90C114) is known color: Citrus. HEX triplet: 90, C1 and 14. RGB value is (144,193,20). Sum of RGB (Red+Green+Blue) = 144+193+20=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #90C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C114 is #6F3EEB. Grayscale: #9F9F9F. Windows color (decimal): -7290604 or 1360272. OLE color: 1360272.

HSL color Cylindrical-coordinate representation of color #90C114: hue angle of 76.99º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C114 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 193 20 -
CMYK 0.25 0 0.90 0.24
HSL 76.99º 0.81% 0.42% -
HSV(B) 76.99º 0.9% 0.76% -
XYZ 30.7 44.12 7.56 -
YUV 158.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 144 193 20 0.25 0 0.90 0.24 76.99 0.81 0.42
Hex 90 C1 14 19 0 5A 18 4D 51 2A
Octal 220 301 24 31 0 132 30 115 121 52
Binary 10010000 11000001 10100 11001 0 1011010 11000 1001101 1010001 101010

Color Harmonies of #90C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C114

Black with #90C114

Text Example


Text Example

White with #90C114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,193,20); }

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

background-color css

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

 a { background-color: rgb(144,193,20); }

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

border-color css

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

 span { border-color: rgb(144,193,20); }

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