Html Css Color HEX #90D00C Citrus

📋 copy color: '#90D00C'

red 144 ◦ green 208 ◦ blue 12

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

Shades of Citrus #90D00C

Tints of Citrus #90D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.14%

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 39.56%
G = 57.14%
B = 3.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#90D00C (or 0x90D00C) is known color: Citrus. HEX triplet: 90, D0 and 0C. RGB value is (144,208,12). Sum of RGB (Red+Green+Blue) = 144+208+12=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #90D00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D00C is #6F2FF3. Grayscale: #A7A7A7. Windows color (decimal): -7286772 or 839824. OLE color: 839824.

HSL color Cylindrical-coordinate representation of color #90D00C: hue angle of 79.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90D00C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 208 12 -
CMYK 0.31 0 0.94 0.18
HSL 79.59º 0.89% 0.43% -
HSV(B) 79.59º 0.94% 0.82% -
XYZ 34.12 51.07 8.41 -
YUV 166.52 40.8 111.94 -
System Red Green Blue C M Y K H S L
Decimal 144 208 12 0.31 0 0.94 0.18 79.59 0.89 0.43
Hex 90 D0 C 1F 0 5E 12 50 59 2B
Octal 220 320 14 37 0 136 22 120 131 53
Binary 10010000 11010000 1100 11111 0 1011110 10010 1010000 1011001 101011

Color Harmonies of #90D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D00C

Black with #90D00C

Text Example


Text Example

White with #90D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,208,12); }

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

background-color css

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

 a { background-color: rgb(144,208,12); }

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

border-color css

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

 span { border-color: rgb(144,208,12); }

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