Html Css Color HEX #AFF34C Conifer

📋 copy color: '#AFF34C'

red 175 ◦ green 243 ◦ blue 76

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

Shades of Conifer #AFF34C

Tints of Conifer #AFF34C

RGB

 RED value IS 175 (68.75% from 255) = 35.43%

 GREEN value IS 243 (95.31% from 255) = 49.19%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 35.43%
G = 49.19%
B = 15.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#AFF34C (or 0xAFF34C) is known color: Conifer. HEX triplet: AF, F3 and 4C. RGB value is (175,243,76). Sum of RGB (Red+Green+Blue) = 175+243+76=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF34C is #500CB3. Grayscale: #CCCCCC. Windows color (decimal): -5246132 or 5043119. OLE color: 5043119.

HSL color Cylindrical-coordinate representation of color #AFF34C: hue angle of 84.43º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF34C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 76 -
CMYK 0.28 0 0.69 0.05
HSL 84.43º 0.87% 0.63% -
HSV(B) 84.43º 0.69% 0.95% -
XYZ 51.03 73.74 18.38 -
YUV 203.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 175 243 76 0.28 0 0.69 0.05 84.43 0.87 0.63
Hex AF F3 4C 1C 0 45 5 54 57 3F
Octal 257 363 114 34 0 105 5 124 127 77
Binary 10101111 11110011 1001100 11100 0 1000101 101 1010100 1010111 111111

Color Harmonies of #AFF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF34C

Black with #AFF34C

Text Example


Text Example

White with #AFF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF34C; }

 p { color: rgb(175,243,76); }

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

background-color css

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

 a { background-color: rgb(175,243,76); }

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

border-color css

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

 span { border-color: rgb(175,243,76); }

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