Html Css Color HEX #90C312 Citrus

📋 copy color: '#90C312'

red 144 ◦ green 195 ◦ blue 18

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

Shades of Citrus #90C312

Tints of Citrus #90C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.62%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 40.34%
G = 54.62%
B = 5.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#90C312 (or 0x90C312) is known color: Citrus. HEX triplet: 90, C3 and 12. RGB value is (144,195,18). Sum of RGB (Red+Green+Blue) = 144+195+18=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #90C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C312 is #6F3CED. Grayscale: #A0A0A0. Windows color (decimal): -7290094 or 1229712. OLE color: 1229712.

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

Color convert

RGB 144 195 18 -
CMYK 0.26 0 0.91 0.24
HSL 77.29º 0.83% 0.42% -
HSV(B) 77.29º 0.91% 0.76% -
XYZ 31.13 45 7.62 -
YUV 159.57 48.1 116.89 -
System Red Green Blue C M Y K H S L
Decimal 144 195 18 0.26 0 0.91 0.24 77.29 0.83 0.42
Hex 90 C3 12 1A 0 5B 18 4D 53 2A
Octal 220 303 22 32 0 133 30 115 123 52
Binary 10010000 11000011 10010 11010 0 1011011 11000 1001101 1010011 101010

Color Harmonies of #90C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C312

Black with #90C312

Text Example


Text Example

White with #90C312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,195,18); }

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

background-color css

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

 a { background-color: rgb(144,195,18); }

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

border-color css

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

 span { border-color: rgb(144,195,18); }

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