Html Css Color HEX #90C808 Citrus

📋 copy color: '#90C808'

red 144 ◦ green 200 ◦ blue 8

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

Shades of Citrus #90C808

Tints of Citrus #90C808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 40.91%
G = 56.82%
B = 2.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#90C808 (or 0x90C808) is known color: Citrus. HEX triplet: 90, C8 and 08. RGB value is (144,200,8). Sum of RGB (Red+Green+Blue) = 144+200+8=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #90C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C808 is #6F37F7. Grayscale: #A2A2A2. Windows color (decimal): -7288824 or 575632. OLE color: 575632.

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

Color convert

RGB 144 200 8 -
CMYK 0.28 0 0.96 0.22
HSL 77.5º 0.92% 0.41% -
HSV(B) 77.5º 0.96% 0.78% -
XYZ 32.2 47.26 7.65 -
YUV 161.37 41.45 115.61 -
System Red Green Blue C M Y K H S L
Decimal 144 200 8 0.28 0 0.96 0.22 77.5 0.92 0.41
Hex 90 C8 8 1C 0 60 16 4E 5C 29
Octal 220 310 10 34 0 140 26 116 134 51
Binary 10010000 11001000 1000 11100 0 1100000 10110 1001110 1011100 101001

Color Harmonies of #90C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C808

Black with #90C808

Text Example


Text Example

White with #90C808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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