Html Css Color HEX #90C816 Citrus

📋 copy color: '#90C816'

red 144 ◦ green 200 ◦ blue 22

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

Shades of Citrus #90C816

Tints of Citrus #90C816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.64%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 39.34%
G = 54.64%
B = 6.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#90C816 (or 0x90C816) is known color: Citrus. HEX triplet: 90, C8 and 16. RGB value is (144,200,22). Sum of RGB (Red+Green+Blue) = 144+200+22=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #90C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C816 is #6F37E9. Grayscale: #A3A3A3. Windows color (decimal): -7288810 or 1493136. OLE color: 1493136.

HSL color Cylindrical-coordinate representation of color #90C816: hue angle of 78.88º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90C816 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 200 22 -
CMYK 0.28 0 0.89 0.22
HSL 78.88º 0.8% 0.44% -
HSV(B) 78.88º 0.89% 0.78% -
XYZ 32.3 47.3 8.19 -
YUV 162.96 48.45 114.47 -
System Red Green Blue C M Y K H S L
Decimal 144 200 22 0.28 0 0.89 0.22 78.88 0.8 0.44
Hex 90 C8 16 1C 0 59 16 4F 50 2C
Octal 220 310 26 34 0 131 26 117 120 54
Binary 10010000 11001000 10110 11100 0 1011001 10110 1001111 1010000 101100

Color Harmonies of #90C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C816

Black with #90C816

Text Example


Text Example

White with #90C816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,200,22); }

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

background-color css

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

 a { background-color: rgb(144,200,22); }

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

border-color css

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

 span { border-color: rgb(144,200,22); }

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