Html Css Color HEX #90C30F Citrus

📋 copy color: '#90C30F'

red 144 ◦ green 195 ◦ blue 15

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

Shades of Citrus #90C30F

Tints of Citrus #90C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 40.68%
G = 55.08%
B = 4.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#90C30F (or 0x90C30F) is known color: Citrus. HEX triplet: 90, C3 and 0F. RGB value is (144,195,15). Sum of RGB (Red+Green+Blue) = 144+195+15=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #90C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C30F is #6F3CF0. Grayscale: #9F9F9F. Windows color (decimal): -7290097 or 1033104. OLE color: 1033104.

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

Color convert

RGB 144 195 15 -
CMYK 0.26 0 0.92 0.24
HSL 77º 0.86% 0.41% -
HSV(B) 77º 0.92% 0.76% -
XYZ 31.1 44.99 7.5 -
YUV 159.23 46.6 117.14 -
System Red Green Blue C M Y K H S L
Decimal 144 195 15 0.26 0 0.92 0.24 77 0.86 0.41
Hex 90 C3 F 1A 0 5C 18 4D 56 29
Octal 220 303 17 32 0 134 30 115 126 51
Binary 10010000 11000011 1111 11010 0 1011100 11000 1001101 1010110 101001

Color Harmonies of #90C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C30F

Black with #90C30F

Text Example


Text Example

White with #90C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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