Html Css Color HEX #9CE252 Conifer

📋 copy color: '#9CE252'

red 156 ◦ green 226 ◦ blue 82

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

Shades of Conifer #9CE252

Tints of Conifer #9CE252

RGB

 RED value IS 156 (61.33% from 255) = 33.62%

 GREEN value IS 226 (88.67% from 255) = 48.71%

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 33.62%
G = 48.71%
B = 17.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#9CE252 (or 0x9CE252) is known color: Conifer. HEX triplet: 9C, E2 and 52. RGB value is (156,226,82). Sum of RGB (Red+Green+Blue) = 156+226+82=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #9CE252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE252 is #631DAD. Grayscale: #BDBDBD. Windows color (decimal): -6495662 or 5431964. OLE color: 5431964.

HSL color Cylindrical-coordinate representation of color #9CE252: hue angle of 89.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CE252 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 226 82 -
CMYK 0.31 0 0.64 0.11
HSL 89.17º 0.71% 0.6% -
HSV(B) 89.17º 0.64% 0.89% -
XYZ 42.43 62.07 17.73 -
YUV 188.65 67.81 104.71 -
System Red Green Blue C M Y K H S L
Decimal 156 226 82 0.31 0 0.64 0.11 89.17 0.71 0.6
Hex 9C E2 52 1F 0 40 B 59 47 3C
Octal 234 342 122 37 0 100 13 131 107 74
Binary 10011100 11100010 1010010 11111 0 1000000 1011 1011001 1000111 111100

Color Harmonies of #9CE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE252

Black with #9CE252

Text Example


Text Example

White with #9CE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CE252; }

 p { color: rgb(156,226,82); }

 H1.HeaderClassName
 {
   color: #9CE252;
 }
 .AnyTagClassName
 {
   color: #9CE252;
 }
</style>

background-color css

<style>
 a { background-color: #9CE252; }

 a { background-color: rgb(156,226,82); }

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

border-color css

<style>
 span { border-color: #9CE252; }

 span { border-color: rgb(156,226,82); }

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